Skip to content

Commit

Permalink
version 0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Maahn committed Aug 9, 2021
1 parent 961fe72 commit 682bc74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IMProToo/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 682bc74

Please sign in to comment.