Skip to content

Commit

Permalink
Release v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Apr 17, 2017
1 parent d6284e8 commit 1b28eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

MAJOR = 0
MINOR = 9
MICRO = 3
ISRELEASED = False
MICRO = 5
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit 1b28eda

Please sign in to comment.