From 62bb102e18ebbb07634bef8078a19d87f89a346d Mon Sep 17 00:00:00 2001 From: Terence Tuhinanshu Date: Wed, 29 Dec 2021 01:58:30 +0000 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a5c8a..e5c787d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.1.0 + +- Fix SummaryLoad outputs to include "Low-Density Open Space", and exclude + "Other Upland Areas" + +## 3.0.0 + +- Official Release. No changes since `3.0.0-beta`. + ## 3.0.0-beta - **BREAKING** Drop support for Python 2.7 diff --git a/setup.py b/setup.py index f579ffb..1ee57dd 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='gwlf-e', - version='3.0.0', + version='3.1.0', description='A Python port of Generalized Watersheds Loading Functions - Enhanced (MapShed)', long_description=long_description, long_description_content_type='text/x-rst',