File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11History
22-------
33
4+ v0.2.4 (2016-09-27)
5+ -------------------
6+ Fixed bug in which priority classes and dynamic classes didn't work together.
7+ New feature: preemptive interruptions for server schedules.
8+
49v0.2.3 (2016-07-27)
510-------------------
611Ability to set seed. More docs. Fixes to tests.
Original file line number Diff line number Diff line change 1313from .import_params import *
1414from .network import *
1515
16- __version__ = '0.2.3 '
16+ __version__ = '0.2.4 '
Original file line number Diff line number Diff line change 33Change Log
44==========
55
6+ v0.2.4 (2016-09-27)
7+ -------------------
8+ Fixed bug in which priority classes and dynamic classes didn't work together.
9+ New feature: preemptive interruptions for server schedules.
10+
611v0.2.3 (2016-07-27)
712-------------------
813Ability to set seed. More docs. Fixes to tests.
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = '0.2.3 '
62+ version = '0.2.4 '
6363# The full version, including alpha/beta/rc tags.
64- release = '0.2.3 '
64+ release = '0.2.4 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'Ciw' ,
11- version = '0.2.3 ' ,
11+ version = '0.2.4 ' ,
1212 url = 'https://github.com/geraintpalmer/Ciw' ,
1313 author = 'Geraint Palmer, Vincent Knight' ,
1414 author_email = 'palmer.geraint@googlemail.com' ,
You can’t perform that action at this time.
0 commit comments