Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jul 3, 2024
1 parent 7e126f2 commit 6d73191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.2.0

- Add support for Python 3.9, 3.10
- Add wheels for Linux for Python 3.8, 3.9, 3.10
- Add instructions for installing in other platforms
- Automated publishing to PyPI via GitHub Actions
- Allow installing any modern `certifi`

## 3.1.0

- Fix SummaryLoad outputs to include "Low-Density Open Space", and exclude
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='gwlf-e',
version='3.1.0',
version='3.2.0',
description='A Python port of Generalized Watersheds Loading Functions - Enhanced (MapShed)',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6d73191

Please sign in to comment.