Skip to content

Commit 4d7488a

Browse files
committed
ready for v0.2.4
1 parent 2b94625 commit 4d7488a

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
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+
49
v0.2.3 (2016-07-27)
510
-------------------
611
Ability to set seed. More docs. Fixes to tests.

ciw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from .import_params import *
1414
from .network import *
1515

16-
__version__ = '0.2.3'
16+
__version__ = '0.2.4'

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Change 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+
611
v0.2.3 (2016-07-27)
712
-------------------
813
Ability to set seed. More docs. Fixes to tests.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
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',

0 commit comments

Comments
 (0)