Skip to content

Commit

Permalink
v1.4.3 (#169)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog
  • Loading branch information
daffidwilde authored Oct 4, 2023
1 parent fcfeab3 commit 497602e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.4.3 - 2023-10-04

- Fix bug when trying to remove a non-free successor from free residents in HR
- Update link to documentation in README

## v1.4.2 - 2023-09-14

- Fix sort of murky processing when removing players
Expand Down
2 changes: 1 addition & 1 deletion src/matching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .matchings import MultipleMatching, SingleMatching
from .players import Hospital, Player, Project, Supervisor

__version__ = "1.4.2"
__version__ = "1.4.3"

__all__ = [
"BaseGame",
Expand Down

0 comments on commit 497602e

Please sign in to comment.