From 00ae4024b3515aeae08b7963f08b0fb67c83b6f1 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 22 Sep 2016 17:21:26 +0200 Subject: [PATCH 1/2] Update release notes for upcoming 1.1.3 bugfix release --- docs/news.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 5395db8e3..0992ebf89 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,22 @@ Release notes ============= +1.1.3 (YYYY-MM-DD) +------------------ + +Bug fixes +~~~~~~~~~ + +- Class attributes for subclasses of ``ImagesPipeline`` and ``FilesPipeline`` + work at they did before 1.1.1 (:issue:`2243`, fixes :issue:`2198`) + +Documentation +~~~~~~~~~~~~~ + +- :ref:`Overview ` and :ref:`tutorial ` + rewritten to use http://toscrape.com websites (:issue:`2236`, :issue:`2249`). + + 1.1.2 (2016-08-18) ------------------ From 176b383b7ed38d01a26fb1e726e8b710bcef4cc7 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 22 Sep 2016 21:33:05 +0200 Subject: [PATCH 2/2] Set release date, fix typo and add tutorial improvement issue number --- docs/news.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 0992ebf89..0e9efe6f6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,20 +3,21 @@ Release notes ============= -1.1.3 (YYYY-MM-DD) +1.1.3 (2016-09-22) ------------------ Bug fixes ~~~~~~~~~ - Class attributes for subclasses of ``ImagesPipeline`` and ``FilesPipeline`` - work at they did before 1.1.1 (:issue:`2243`, fixes :issue:`2198`) + work as they did before 1.1.1 (:issue:`2243`, fixes :issue:`2198`) Documentation ~~~~~~~~~~~~~ - :ref:`Overview ` and :ref:`tutorial ` - rewritten to use http://toscrape.com websites (:issue:`2236`, :issue:`2249`). + rewritten to use http://toscrape.com websites + (:issue:`2236`, :issue:`2249`, :issue:`2252`). 1.1.2 (2016-08-18)