Skip to content

Commit ab4ffee

Browse files
committed
Revert to dev version
1 parent 1b28eda commit ab4ffee

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.9.6:
17+
18+
v0.9.6 (unreleased)
19+
-------------------
20+
21+
Enhancements
22+
~~~~~~~~~~~~
23+
24+
Bug fixes
25+
~~~~~~~~~
26+
1627
.. _whats-new.0.9.5:
1728

1829
v0.9.5 (17 April, 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 = 9
1212
MICRO = 5
13-
ISRELEASED = True
13+
ISRELEASED = False
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = ''
1616

0 commit comments

Comments
 (0)