Skip to content

Commit eb09370

Browse files
committed
Release v0.8.0
1 parent d5d3e19 commit eb09370

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ What's New
1515
1616
.. _whats-new.0.8.0:
1717

18-
v0.8.0 (unreleased)
19-
-------------------
18+
v0.8.0 (2 August 2016)
19+
----------------------
2020

2121
This release includes four months of new features and bug fixes, including
2222
several breaking changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
MAJOR = 0
1111
MINOR = 8
1212
MICRO = 0
13-
ISRELEASED = False
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15-
QUALIFIER = 'rc1'
15+
QUALIFIER = ''
1616

1717

1818
DISTNAME = 'xarray'

0 commit comments

Comments
 (0)