Skip to content

Commit

Permalink
New version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Nov 13, 2016
1 parent db96cd0 commit 8f73f05
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

Changelog
=========
0.9.0 (2016-11-13)
-----------------------------------------
* Available demand fraction with pipes closed added
- this was done with c library for efficiency.


0.8.0 (2016-10-06)
-----------------------------------------
* completely removed dependency on numpy.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2016'
author = 'Assela Pathirana'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.8.0'
version = release = '0.9.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def read(*names, **kwargs):

setup(
name='EPANETTOOLS',
version='0.8.0',
version='0.9.0',
license='GPLv3+',
description='Epanet 2.0 Python calling interface',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/epanettools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 8f73f05

Please sign in to comment.