Skip to content

Commit 624d78f

Browse files
committed
DOC: document v0.11.2 release
1 parent b7b1aa9 commit 624d78f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/whats-new.rst

+13-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ What's New
1313
import xarray as xr
1414
np.random.seed(123456)
1515
16-
.. _whats-new.0.11.1:
16+
.. _whats-new.0.11.2:
1717

18-
v0.11.1 (29 December 2018)
19-
--------------------------
18+
v0.11.2 (2 January 2019)
19+
------------------------
2020

21-
This minor release includes a number of enhancements and bug fixes, and two
22-
(slightly) breaking changes.
21+
Removes inadvertently introduced setup dependency on pytest-runner
22+
(:issue:`2641`). Otherwise, this release is exactly equivalent to 0.11.1.
2323

2424
.. warning::
2525

@@ -31,6 +31,14 @@ This minor release includes a number of enhancements and bug fixes, and two
3131
- `Python 3 Statement <http://www.python3statement.org/>`__
3232
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html>`__
3333

34+
.. _whats-new.0.11.1:
35+
36+
v0.11.1 (29 December 2018)
37+
--------------------------
38+
39+
This minor release includes a number of enhancements and bug fixes, and two
40+
(slightly) breaking changes.
41+
3442
Breaking changes
3543
~~~~~~~~~~~~~~~~
3644

0 commit comments

Comments
 (0)