We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c5fd3 commit 66057e6Copy full SHA for 66057e6
doc/whats-new.rst
@@ -12,8 +12,8 @@ What's New
12
13
.. _whats-new.0.7.0:
14
15
-v0.7.0 (unreleased)
16
--------------------
+v0.7.0 (21 January 2016)
+------------------------
17
18
This major release includes redesign of :py:class:`~xray.DataArray`
19
internals, as well as new methods for reshaping, rolling and shifting
setup.py
@@ -8,9 +8,9 @@
8
from setuptools import Command
9
10
MAJOR = 0
11
-MINOR = 6
-MICRO = 1
-ISRELEASED = False
+MINOR = 7
+MICRO = 0
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
0 commit comments