Skip to content

Commit d4279b5

Browse files
authored
Bumping version and tagging (#31)
* Omitting tests from coverage * Adding py37 to tox.ini * Running tests on py37 * Rolling back changes, configuring cache * Adding .tox to appveyor cache * Experimenting with cibuildwheel * Experimenting with cibuildwheel * More xp * Adding python -version * before-build now returns to project root dir before exiting * Skipping py27 and win32 builds * Trying to get cibuildwheel to run under py35 * Increase logging level * Build verbosity 3 * Adding six to setup_requires * Adding six to install * installing six with CIBW_BEFORE_BUILD * Targeting py36 and py37 * Skipping 32-bit builds * Building microlibs * running tests on wheels * running tests * Omitting top level namespace directory * Tests require numpy * Adding output.py module file to package data * Trying to get module file to add * So tired of this not working * reworking setup.py for native namespace package * Trying custom build_py command * SWIG wrapper generation moved to before-build.bat * Working on setup * Updating comments * Commenting on cibuildwheel for now * bumping version, configuring cibuildwheel to run after tests pass * configuring cibuildwheel run after test * swmm_python doesn't declare a namespace package * Tweaking setup so tests load in tox * Getting tox test and cibuildwheel to both work * Another try * Switching to Py36-x64 * pytest==4.2.0 * Rolling back appveyor.yml * Adding py35 to cibuildwheel * cibuildwheel configured for py36 and py37 * Bumping version
1 parent c229e47 commit d4279b5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

swmm_python/output/swmm/output/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
__credits__ = "Colleen Barr"
2020
__license__ = "CC0 1.0 Universal"
2121

22-
__version__ = "0.3.0"
23-
__date__ = "August 9, 2018"
22+
__version__ = "0.4.0"
23+
__date__ = "February 15, 2019"
2424

2525
__maintainer__ = "Michael Tryby"
2626
__email__ = "[email protected]"

swmm_python/toolkit/swmm/toolkit/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# __init__.py - SWMM toolkit package
55
#
66
# Date Created: August 9, 2018
7-
#
7+
#
88
# Author: Michael E. Tryby
99
# US EPA - ORD/NRMRL
1010
#
@@ -19,10 +19,9 @@
1919
__credits__ = "Bryant McDonnell"
2020
__license__ = "CC0 1.0 Universal"
2121

22-
__version__ = "0.2.0"
23-
__date__ = "August 9, 2018"
22+
__version__ = "0.3.0"
23+
__date__ = "February 15, 2019"
2424

2525
__maintainer__ = "Michael Tryby"
2626
__email__ = "[email protected]"
2727
__status = "Development"
28-

0 commit comments

Comments
 (0)