Skip to content

Commit 39119d4

Browse files
committed
Ready for v0.2.11
1 parent 7e95671 commit 39119d4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
History
22
-------
33

4+
v0.2.11 (2017-03-13)
5+
--------------------
6+
Add ability to simulate until max number of customers have passed arrived/been accepted/passed through the system.
7+
48
v0.2.10 (2017-03-10)
59
--------------------
610
Performance improvements.

ciw/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.10"
1+
__version__ = "0.2.11"

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Change Log
44
==========
55

6+
v0.2.11 (2017-03-13)
7+
--------------------
8+
Add ability to simulate until max number of customers have passed arrived/been accepted/passed through the system.
9+
610
v0.2.10 (2017-03-10)
711
--------------------
812
Performance improvements.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name='Ciw',
1717
version=__version__,
18-
url='https://github.com/geraintpalmer/Ciw',
18+
url='https://github.com/CiwPython/Ciw',
1919
author='Geraint Palmer, Vincent Knight',
2020
author_email='[email protected]',
2121
packages=['ciw'],

0 commit comments

Comments
 (0)