From a8b47d6c689cd8f221acb4caf3974ff0057b6a2d Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 6 Mar 2017 14:25:52 +0100 Subject: [PATCH] Update release notes for 1.0.7, 1.1.4 and 1.2.3 --- docs/news.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index ff1e4ce03..31f4d3026 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -101,6 +101,12 @@ Dependencies & Cleanups downloader middlewares. +Scrapy 1.2.3 (2017-03-03) +------------------------- + +- Packaging fix: disallow unsupported Twisted versions in setup.py + + Scrapy 1.2.2 (2016-12-06) ------------------------- @@ -229,6 +235,12 @@ Documentation - Add StackOverflow as a support channel (:issue:`2257`). +Scrapy 1.1.4 (2017-03-03) +------------------------- + +- Packaging fix: disallow unsupported Twisted versions in setup.py + + Scrapy 1.1.3 (2016-09-22) ------------------------- @@ -501,6 +513,12 @@ Bugfixes to same remote host (:issue:`1912`). +Scrapy 1.0.7 (2017-03-03) +------------------------- + +- Packaging fix: disallow unsupported Twisted versions in setup.py + + Scrapy 1.0.6 (2016-05-04) -------------------------