From 42aabf40848577ff86a482edafb1d3fed56fd1b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 Sep 2015 18:39:07 +0700 Subject: [PATCH] Version 5.1.0.103 --- README.txt | 2 +- _README.dist | 1 + swmm5ea/metadata.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5ddba72..d03654d 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/_README.dist b/_README.dist index 350fa02..be73fc3 100644 --- a/_README.dist +++ b/_README.dist @@ -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 diff --git a/swmm5ea/metadata.py b/swmm5ea/metadata.py index b25f90d..5166b7c 100644 --- a/swmm5ea/metadata.py +++ b/swmm5ea/metadata.py @@ -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)"