From b8a43011e75da4353b0d5ef314c96cb1276f12f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 18 Jul 2019 18:47:29 +0200 Subject: [PATCH] Cover Scrapy 1.7.1 in the release notes --- docs/news.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 921089ccd..a0f0c5697 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,11 @@ Release notes .. note:: Scrapy 1.x will be the last series supporting Python 2. Scrapy 2.0, planned for Q4 2019 or Q1 2020, will support **Python 3 only**. +Scrapy 1.7.1 (2019-07-18) +------------------------- + +Re-packaging of Scrapy 1.7.0, which was missing some changes in PyPI. + .. _release-1.7.0: Scrapy 1.7.0 (2019-07-18)