Skip to content

Commit 497602e

Browse files
authored
v1.4.3 (#169)
* Bump version * Update changelog
1 parent fcfeab3 commit 497602e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.4.3 - 2023-10-04
2+
3+
- Fix bug when trying to remove a non-free successor from free residents in HR
4+
- Update link to documentation in README
5+
16
## v1.4.2 - 2023-09-14
27

38
- Fix sort of murky processing when removing players

src/matching/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .matchings import MultipleMatching, SingleMatching
1212
from .players import Hospital, Player, Project, Supervisor
1313

14-
__version__ = "1.4.2"
14+
__version__ = "1.4.3"
1515

1616
__all__ = [
1717
"BaseGame",

0 commit comments

Comments
 (0)