From 682bc741c0ebd70302d1926d5bb63a4cfeb423a8 Mon Sep 17 00:00:00 2001 From: Maximilian Maahn Date: Mon, 9 Aug 2021 13:15:43 +0200 Subject: [PATCH] version 0.106 --- IMProToo/core.py | 2 +- README.md | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/IMProToo/core.py b/IMProToo/core.py index de20d0b..ad48424 100644 --- a/IMProToo/core.py +++ b/IMProToo/core.py @@ -44,7 +44,7 @@ from .tools import unix2date, date2unix, limitMaInidces, quantile from .tools import oneD2twoD, _get_netCDF_module -__version__ = "0.105" +__version__ = "0.106" class MrrZe: diff --git a/README.md b/README.md index aedf938..022482d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ The software can be used under the GPL license ## What's new? +### 0.106 +* Fixed Python 2.7 file reading and timezone bug (thanks to A. Merrelli) + ### 0.105 * Fixed Python 3 file reading bug (thanks to M. Bartolini) diff --git a/setup.py b/setup.py index 5eac7fe..aeaa850 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if __name__ == "__main__": setup( name='IMProToo', - version='0.105', + version='0.106', packages=['IMProToo', ], license='GNU General Public License 3', author="Maximilian Maahn",