Skip to content

Commit 66057e6

Browse files
committed
Release v0.7.0 (as xarray)
1 parent f3c5fd3 commit 66057e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ What's New
1212
1313
.. _whats-new.0.7.0:
1414

15-
v0.7.0 (unreleased)
16-
-------------------
15+
v0.7.0 (21 January 2016)
16+
------------------------
1717

1818
This major release includes redesign of :py:class:`~xray.DataArray`
1919
internals, as well as new methods for reshaping, rolling and shifting

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from setuptools import Command
99

1010
MAJOR = 0
11-
MINOR = 6
12-
MICRO = 1
13-
ISRELEASED = False
11+
MINOR = 7
12+
MICRO = 0
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = ''
1616

0 commit comments

Comments
 (0)