Skip to content

Commit

Permalink
ready for v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintpalmer committed Nov 14, 2023
1 parent 40b7fbb commit 8b0a853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
History
-------

+ **v3.0.2 (2023-11-14)**
+ Fix bug where simulation errors if fist event of a node is a shift change.
+ Minor docstring and documentation changes.
+ Default statetracker is now None.

+ **v3.0.1 (2023-10-31)**
+ Fix bug where class change individual not resit after preemption.
+ Fix bug where class change individual not reset after preemption.

+ **v3.0.0 (2023-08-22)**
+ Adds service disciplines - FIFO, LIFO, SIRO and ability for custom disciplines.
Expand Down
2 changes: 1 addition & 1 deletion ciw/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.1"
__version__ = "3.0.2"

0 comments on commit 8b0a853

Please sign in to comment.