Skip to content

Commit 5719bcd

Browse files
v1.6.1, fixing #7
1 parent 7dd77bb commit 5719bcd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,9 @@ Changelog
516516
(why not let them rank more?), students prefer projects by supervisors they
517517
did prefer to other projects ("same supervisor, another project"). This is
518518
the ``--assume_supervisor_affinity`` option.
519+
520+
- 2024-03-10, v1.6.1:
521+
522+
- Fix bug where int not accepted as preference in contexts allowing floats;
523+
new test 10 demonstrating this, with thanks to Etienne Borde (Etienne13);
524+
https://github.com/RudolfCardinal/pdn_project_allocation/issues/7.

pdn_project_allocation/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
2929
"""
3030

31-
VERSION = "1.6.0"
32-
VERSION_DATE = "2023-09-25"
31+
VERSION = "1.6.1"
32+
VERSION_DATE = "2024-03-10"

0 commit comments

Comments
 (0)