Skip to content

Commit 22dee70

Browse files
committed
Release v0.8.1
1 parent c35f942 commit 22dee70

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For netCDF and IO
2222
- `pydap <http://www.pydap.org/>`__: used as a fallback for accessing OPeNDAP
2323
- `h5netcdf <https://github.com/shoyer/h5netcdf>`__: an alternative library for
2424
reading and writing netCDF4 files that does not use the netCDF-C libraries
25-
- `pynio <https://www.pyngl.ucar.edu/Nio.shtml>`__`: for reading GRIB and other
25+
- `pynio <https://www.pyngl.ucar.edu/Nio.shtml>`__: for reading GRIB and other
2626
geoscience specific file formats
2727

2828
For accelerating xarray

doc/whats-new.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ What's New
1515
1616
.. _whats-new.0.8.1:
1717

18-
v0.8.1 (unreleased)
19-
-------------------
18+
v0.8.1 (5 August 2016)
19+
----------------------
2020

2121
Bug fixes
2222
~~~~~~~~~
2323

24-
- Fix regression in v0.8.0 that broke assignment to Datasets with non-unique
24+
- Fix bug in v0.8.0 that broke assignment to Datasets with non-unique
2525
indexes (:issue:`943`).
2626

2727
.. _whats-new.0.8.0:

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

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

0 commit comments

Comments
 (0)