Skip to content

Commit b1ac75e

Browse files
committed
Set release version
1 parent b0570f4 commit b1ac75e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## Version 0.6.0 (2022/12/29)
2+
3+
### Issues Closed
4+
5+
* [Issue 75](https://github.com/aerispaha/swmmio/issues/75) - Update and unit test the run_models module
6+
* [Issue 153](https://github.com/aerispaha/swmmio/issues/153) - Add Profile Plotter
7+
* [PR 165](https://github.com/aerispaha/swmmio/pull/165) - Add profile plotter and pyswmm integration
8+
* [PR 170](https://github.com/aerispaha/swmmio/pull/170) - Add INP sections to model.inp properties
9+
* raingages
10+
* evaporation
11+
* pollutants
12+
* rdii
13+
* hydrographs
14+
* buildup
15+
* washoff
16+
* coverages
17+
* loadings
18+
* landuses
19+
20+
In this release 2 issues were closed, 2 PRs were merged, and a lot of progress was
21+
made on [Issue 57](https://github.com/aerispaha/swmmio/issues/57).
22+
23+
124
## Version 0.5.3 (2022/12/21)
225

326
### Issues Closed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# swmmio
2-
*v0.5.3 (2022/12/21)*
2+
*v0.6.0 (2022/12/29)*
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
![example workflow](https://github.com/aerispaha/swmmio/actions/workflows/python-app.yml/badge.svg)

swmmio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'''Python SWMM Input/Output Tools'''
1212

1313

14-
VERSION_INFO = (0, 5, 4, 'dev0')
14+
VERSION_INFO = (0, 6, 0)
1515
__version__ = '.'.join(map(str, VERSION_INFO))
1616
__author__ = 'Adam Erispaha'
1717
__copyright__ = 'Copyright (c) 2022'

0 commit comments

Comments
 (0)