Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 29, 2022
1 parent b0570f4 commit b1ac75e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Version 0.6.0 (2022/12/29)

### Issues Closed

* [Issue 75](https://github.com/aerispaha/swmmio/issues/75) - Update and unit test the run_models module
* [Issue 153](https://github.com/aerispaha/swmmio/issues/153) - Add Profile Plotter
* [PR 165](https://github.com/aerispaha/swmmio/pull/165) - Add profile plotter and pyswmm integration
* [PR 170](https://github.com/aerispaha/swmmio/pull/170) - Add INP sections to model.inp properties
* raingages
* evaporation
* pollutants
* rdii
* hydrographs
* buildup
* washoff
* coverages
* loadings
* landuses

In this release 2 issues were closed, 2 PRs were merged, and a lot of progress was
made on [Issue 57](https://github.com/aerispaha/swmmio/issues/57).


## Version 0.5.3 (2022/12/21)

### 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.5.3 (2022/12/21)*
*v0.6.0 (2022/12/29)*

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


VERSION_INFO = (0, 5, 4, 'dev0')
VERSION_INFO = (0, 6, 0)
__version__ = '.'.join(map(str, VERSION_INFO))
__author__ = 'Adam Erispaha'
__copyright__ = 'Copyright (c) 2022'
Expand Down

0 comments on commit b1ac75e

Please sign in to comment.