diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 14f7448e951..3053414084a 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -13,9 +13,9 @@ What's New import xarray as xr np.random.seed(123456) -.. _whats-new.0.9.4: +.. _whats-new.0.9.5: -v0.9.4 (17 April, 2017) +v0.9.5 (17 April, 2017) ----------------------- Remove an inadvertently introduced print statement. diff --git a/setup.py b/setup.py index dc71b57ef88..e2564a7abf5 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ MAJOR = 0 MINOR = 9 -MICRO = 3 -ISRELEASED = False +MICRO = 5 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''