Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jan 5, 2025
1 parent ae5b4c7 commit c6e4571
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.8.0 (2025/01/05)

### What's Changed
* Overhaul of the documentation that better organizes the API reference documentation, adds a User Guide with examples (including some silly examples), and provides a more concise introduction [PR235](https://github.com/pyswmm/swmmio/pull/235)
* Added ability to instantiate a swmmio.Model object with a url to a INP file somewhere on the network
* Upgrades and loosens the pyshp dependency in requiements.txt and setup.py, respectively. [PR236](https://github.com/pyswmm/swmmio/pull/236)

## Version 0.7.3 (2024/12/02)

### What's Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# swmmio
*v0.7.3 (2024/12/02)*
*v0.8.0 (2025/01/05)*

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

Expand All @@ -8,7 +8,7 @@ _Programmatic pre and post processing for EPA Stormwater Management Model (SWMM)
[![Documentation Status](https://readthedocs.org/projects/swmmio/badge/?version=latest)](https://swmmio.readthedocs.io/en/latest/?badge=latest)


![image](_static/img/flooded_anno_example.png)
![image](docs/_static/img/flooded_anno_example.png)


## Introduction
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, 7, 4, 'dev0')
VERSION_INFO = (0, 8, 0)
__version__ = '.'.join(map(str, VERSION_INFO))
__author__ = 'Adam Erispaha'
__copyright__ = 'Copyright (c) 2025'
Expand Down

0 comments on commit c6e4571

Please sign in to comment.