File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments