Skip to content

Commit a1e8347

Browse files
committed
Set release version
1 parent daccb37 commit a1e8347

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Version 0.3.7 (2019/10/25)
2+
3+
### Issues Closed
4+
5+
#### Bugs fixed
6+
7+
* [Issue 74](https://github.com/aerispaha/swmmio/issues/74) - drop support of Python 2.7 ([PR 73](https://github.com/aerispaha/swmmio/pull/73))
8+
* [Issue 72](https://github.com/aerispaha/swmmio/issues/72) - update pillow dependency ([PR 73](https://github.com/aerispaha/swmmio/pull/73))
9+
* [Issue 71](https://github.com/aerispaha/swmmio/issues/71) - require networkx >2.4 ([PR 73](https://github.com/aerispaha/swmmio/pull/73))
10+
11+
In this release 3 issues were closed.
12+
13+
### Pull Requests Merged
14+
15+
* [PR 73](https://github.com/aerispaha/swmmio/pull/73) - Update networkx, autorelease to PyPi ([74](https://github.com/aerispaha/swmmio/issues/74), [72](https://github.com/aerispaha/swmmio/issues/72), [71](https://github.com/aerispaha/swmmio/issues/71))
16+
17+
In this release 1 pull request was closed.
18+
119
## Version 0.3.6 (2019/06/19)
220

321
### Issues Closed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SWMMIO
2-
*v0.3.6.dev0*
2+
*v0.3.7*
33

44
[![Build status](https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true)](https://ci.appveyor.com/project/aerispaha/swmmio/branch/master)
55
[![Build Status](https://travis-ci.com/aerispaha/swmmio.svg?branch=master)](https://travis-ci.com/aerispaha/swmmio)

swmmio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'''Python SWMM Input/Output Tools'''
66

77

8-
VERSION_INFO = (0, 3, 6, 'dev1')
8+
VERSION_INFO = (0, 3, 7)
99
__version__ = '.'.join(map(str, VERSION_INFO))
1010
__author__ = 'Adam Erispaha'
1111
__copyright__ = 'Copyright (c) 2016'

0 commit comments

Comments
 (0)