Skip to content

Commit 6a07066

Browse files
committed
add info about 1.6.0 release
1 parent a6838e6 commit 6a07066

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ http://code.mpimet.mpg.de/projects/cdo
207207
- many of them just set return type, so they will go to the _run()_ method
208208
- options only has effect during run of the tool, so this can also go into _run()_
209209
- the different input types can be handled in something like _input()_ or
210+
* **1.6.0**:
211+
- merged pull requests regarding threading, signal and tempfile handling
212+
- added support for xarray/xdataset input AND output at the same time (request by Pauline Millet)
210213
* **1.5.6**:
211214
- slight adoptions for CDO-2.0.0
212215
- limitted support for python-2.7: many other libs dropped support for it so I can only do limitted testing

python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
AUTHOR = 'Ralf Mueller'
2222
REQUIRES_PYTHON = '>=2.7.0'
23-
VERSION = '1.6'
23+
VERSION = '1.6.0'
2424

2525
# What packages are required for this module to be executed?
2626
REQUIRED = [
@@ -117,7 +117,6 @@ def run(self):
117117
'License :: OSI Approved :: BSD License',
118118
'Programming Language :: Python',
119119
'Programming Language :: Python :: 3',
120-
'Programming Language :: Python :: 3.6',
121120
'Programming Language :: Python :: 2.7',
122121
'Programming Language :: Python :: Implementation :: CPython',
123122
'Programming Language :: Python :: Implementation :: PyPy'

0 commit comments

Comments
 (0)