From 624d78f48cfa54b8952219ecf37bcee4673da900 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Wed, 2 Jan 2019 17:54:44 -0800 Subject: [PATCH] DOC: document v0.11.2 release --- doc/whats-new.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 25bc09d32a3..8e65ac6fe48 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -13,13 +13,13 @@ What's New import xarray as xr np.random.seed(123456) -.. _whats-new.0.11.1: +.. _whats-new.0.11.2: -v0.11.1 (29 December 2018) --------------------------- +v0.11.2 (2 January 2019) +------------------------ -This minor release includes a number of enhancements and bug fixes, and two -(slightly) breaking changes. +Removes inadvertently introduced setup dependency on pytest-runner +(:issue:`2641`). Otherwise, this release is exactly equivalent to 0.11.1. .. warning:: @@ -31,6 +31,14 @@ This minor release includes a number of enhancements and bug fixes, and two - `Python 3 Statement `__ - `Tips on porting to Python 3 `__ +.. _whats-new.0.11.1: + +v0.11.1 (29 December 2018) +-------------------------- + +This minor release includes a number of enhancements and bug fixes, and two +(slightly) breaking changes. + Breaking changes ~~~~~~~~~~~~~~~~