Skip to content

Commit

Permalink
Version 5.1.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 29, 2015
1 parent 5e1831e commit 42aabf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cost-benefit optimization of interventions.

SWMM5-EA Versions
-----------------

* Version 5.1.0.103 is identical source with 5.1.0.102. Only the (swmm5) binaries have been optimized.
* Version 5.1.0.102 released to fix a bug in version 5.1.0.10. Do not use 5.1.0.10. It has compatibility problems.

SWMM Versions
Expand Down
1 change: 1 addition & 0 deletions _README.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pip install SWMM5 --upgrade (and make sure the correct version of swmm library i
Double check by opening a swmm5 file saved by latest epa-swmm binary. IMPORTANT
from swmm5.swmm5tools import SWMM5Simulation, SWMM5Error
ss=SWMM5Simulation("xxxx.inp")
ss.SWMM5_Version() # verify the version from this.


Creating a new version and distribute
Expand Down
2 changes: 1 addition & 1 deletion swmm5ea/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# program metadata

NAME=u"SWMM5_EA" # do not have spaces !!
VERSION="5.1.0.102"
VERSION="5.1.0.103"
VERSION2=VERSION[:[m.start() for m in re.finditer(r"\.",VERSION)][1]]
DESCRIPTION=u"SWMM5-EA"
LICENSE=u"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit 42aabf4

Please sign in to comment.