Skip to content

Commit 4f677f6

Browse files
committed
ready for v1.1.6
1 parent 6452c8c commit 4f677f6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
History
22
-------
33

4+
v1.1.6 (2018-10-22)
5+
~~~~~~~~~~~~~~~~~~~
6+
- Fixed bug in which preemptively iterrupted individuals remained blocked once service resampled.
7+
- Fixed bug in which interrupted individuals not removed from interrupted list when restarting service.
8+
- Some performance improvements.
9+
- Improve deadlock detection to check for knots less often.
10+
11+
412
v1.1.5 (2018-01-11)
513
~~~~~~~~~~~~~~~~~~~
614
- Fixed bug calculating the utilisation of servers.

ciw/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.5"
1+
__version__ = "1.1.6"

0 commit comments

Comments
 (0)