diff --git a/doc/changelog.rst b/doc/changelog.rst index cade322..284ab48 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,8 +1,18 @@ -.. note:: Last update 29/11/2021 +.. note:: Last update 25/11/2023 Change log ========== +Version 1.3.2 +------------- + +Minor changes +............. + +- `Pull request `_ from + `alessandro-mariotti-zupit `_ + that upgrades python and packages versions. + Version 1.3.1 ------------- diff --git a/setup.py b/setup.py index 48f369d..12e22c8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setuptools.setup( name='superflexpy', - version='1.3.1', + version='1.3.2', author='Marco Dal Molin, Fabrizio Fenicia, Dmitri Kavetski', author_email='marco.dalmolin.1991@gmail.com', description='Framework for building hydrological models',