Skip to content

Commit 9d09c16

Browse files
committed
Revert to dev version for 0.10.1
1 parent 6d64c58 commit 9d09c16

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/whats-new.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ What's New
1313
import xarray as xr
1414
np.random.seed(123456)
1515
16+
.. _whats-new.0.10.1:
17+
18+
v0.10.1 (unreleased)
19+
--------------------
20+
21+
Enhancements
22+
~~~~~~~~~~~~
23+
24+
Bug fixes
25+
~~~~~~~~~
26+
1627
.. _whats-new.0.10.0:
1728

1829
v0.10.0 (20 November 2017)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAJOR = 0
1111
MINOR = 10
1212
MICRO = 0
13-
ISRELEASED = True
13+
ISRELEASED = False
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = ''
1616

0 commit comments

Comments
 (0)