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 7, 2023
1 parent b09a001 commit f449036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.6.11 (2023/12/07)

### What's Changed
* PR [#213](https://github.com/pyswmm/swmmio/pull/213) bump pillow version, drop Python 3.7 support, add 3.11 support

## Version 0.6.10 (2023/11/22)

### What's Changed
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.6.10 (2023/11/22)*
*v0.6.11 (2023/12/07)*

[![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, 6, 11, 'dev0')
VERSION_INFO = (0, 6, 11)
__version__ = '.'.join(map(str, VERSION_INFO))
__author__ = 'Adam Erispaha'
__copyright__ = 'Copyright (c) 2023'
Expand Down

0 comments on commit f449036

Please sign in to comment.