Skip to content

Commit 0d50d2e

Browse files
committed
Release version
1 parent 14b973c commit 0d50d2e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.8.2 (2025/06/11)
2+
3+
### What's Changed
4+
* updated url to the 10070_H_Elements.inp model for the user guide PR252](https://github.com/pyswmm/swmmio/pull/259)
5+
16
## Version 0.8.1 (2025/05/29)
27

38
### What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# swmmio
2-
*v0.8.1 (2025/05/29)*
2+
*v0.8.2 (2025/06/11)*
33

44
_Programmatic pre and post processing for EPA Stormwater Management Model (SWMM)_
55

swmmio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'''Python SWMM Input/Output Tools'''
1212

1313

14-
VERSION_INFO = (0, 8, 1)
14+
VERSION_INFO = (0, 8, 2)
1515
__version__ = '.'.join(map(str, VERSION_INFO))
1616
__author__ = 'Adam Erispaha'
1717
__copyright__ = 'Copyright (c) 2025'

0 commit comments

Comments
 (0)