From fc07e072a4e341d0ac3b724a384cd7b18e36a0c6 Mon Sep 17 00:00:00 2001 From: Geraint Palmer Date: Tue, 31 Oct 2023 15:58:49 +0000 Subject: [PATCH] ready for v3.0.1 --- CHANGES.rst | 3 +++ ciw/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f420c50..fe35317 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ History ------- ++ **v3.0.1 (2023-10-31)** + + Fix bug where class change individual not resit after preemption. + + **v3.0.0 (2023-08-22)** + Adds service disciplines - FIFO, LIFO, SIRO and ability for custom disciplines. + Removes baulking and rejection dictionaries, these are recorded as DataRecords. diff --git a/ciw/version.py b/ciw/version.py index 528787c..0552768 100644 --- a/ciw/version.py +++ b/ciw/version.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1"