Skip to content

Commit d72b840

Browse files
committed
version 0.2.3
1 parent 4f69b10 commit d72b840

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ v0.1.0 2016-04-25 -- Refactor inputs. Simulation tkes in a Network object, helpe
99
v0.1.1 2016-06-06 -- Ability to incorporate behaviour nodes, data records are now named tuples.
1010
v0.2.0 2016-06-20 -- Python 3.4 and 3.5 compatible along with 2.7. Data records now kept in list.
1111
v0.2.1 2016-06-29 -- Priority classes implemented.
12-
v0.2.2 2016-07-06 -- Baulking implemented, and minor fixes to order of unblocking.
12+
v0.2.2 2016-07-06 -- Baulking implemented, and minor fixes to order of unblocking.
13+
v0.2.3 2016-07-27 -- 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.2'
16+
__version__ = '0.2.3'

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.2'
62+
version = '0.2.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.2.2'
64+
release = '0.2.3'
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
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Ciw',
5-
version='0.2.2',
5+
version='0.2.3',
66
author='Geraint Palmer, Vincent Knight',
77
author_email=('[email protected]'),
88
packages = ['ciw'],

0 commit comments

Comments
 (0)