Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Oct 25, 2019
1 parent daccb37 commit a1e8347
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Version 0.3.7 (2019/10/25)

### Issues Closed

#### Bugs fixed

* [Issue 74](https://github.com/aerispaha/swmmio/issues/74) - drop support of Python 2.7 ([PR 73](https://github.com/aerispaha/swmmio/pull/73))
* [Issue 72](https://github.com/aerispaha/swmmio/issues/72) - update pillow dependency ([PR 73](https://github.com/aerispaha/swmmio/pull/73))
* [Issue 71](https://github.com/aerispaha/swmmio/issues/71) - require networkx >2.4 ([PR 73](https://github.com/aerispaha/swmmio/pull/73))

In this release 3 issues were closed.

### Pull Requests Merged

* [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))

In this release 1 pull request was closed.

## Version 0.3.6 (2019/06/19)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SWMMIO
*v0.3.6.dev0*
*v0.3.7*

[![Build status](https://ci.appveyor.com/api/projects/status/qywujm5w2wm0y2tv/branch/master?svg=true)](https://ci.appveyor.com/project/aerispaha/swmmio/branch/master)
[![Build Status](https://travis-ci.com/aerispaha/swmmio.svg?branch=master)](https://travis-ci.com/aerispaha/swmmio)
Expand Down
2 changes: 1 addition & 1 deletion swmmio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'''Python SWMM Input/Output Tools'''


VERSION_INFO = (0, 3, 6, 'dev1')
VERSION_INFO = (0, 3, 7)
__version__ = '.'.join(map(str, VERSION_INFO))
__author__ = 'Adam Erispaha'
__copyright__ = 'Copyright (c) 2016'
Expand Down

0 comments on commit a1e8347

Please sign in to comment.