We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d3e19 commit eb09370Copy full SHA for eb09370
doc/whats-new.rst
@@ -15,8 +15,8 @@ What's New
15
16
.. _whats-new.0.8.0:
17
18
-v0.8.0 (unreleased)
19
--------------------
+v0.8.0 (2 August 2016)
+----------------------
20
21
This release includes four months of new features and bug fixes, including
22
several breaking changes.
setup.py
@@ -10,9 +10,9 @@
10
MAJOR = 0
11
MINOR = 8
12
MICRO = 0
13
-ISRELEASED = False
+ISRELEASED = True
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
-QUALIFIER = 'rc1'
+QUALIFIER = ''
DISTNAME = 'xarray'
0 commit comments