From ab4ffee919d4abe9f6c0cf6399a5827c38b9eb5d Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Mon, 17 Apr 2017 10:56:18 -0700 Subject: [PATCH] Revert to dev version --- doc/whats-new.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 3053414084a..05f7d4cf7aa 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -13,6 +13,17 @@ What's New import xarray as xr np.random.seed(123456) +.. _whats-new.0.9.6: + +v0.9.6 (unreleased) +------------------- + +Enhancements +~~~~~~~~~~~~ + +Bug fixes +~~~~~~~~~ + .. _whats-new.0.9.5: v0.9.5 (17 April, 2017) diff --git a/setup.py b/setup.py index e2564a7abf5..c633d31bd1f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ MAJOR = 0 MINOR = 9 MICRO = 5 -ISRELEASED = True +ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''