From 83a06edb92c34572a5d0b33ec31d0329c95bd9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 11 Aug 2015 13:47:04 -0300 Subject: [PATCH] Add 1.0.3 release notes --- docs/news.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 21612fcc7..5df1b1a6a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,12 @@ Release notes ============= +1.0.3 (2015-08-11) +------------------ + +- add service_identity to scrapy install_requires (:commit:`cbc2501`) +- Workaround for travis#296 (:commit:`66af9cd`) + 1.0.2 (2015-08-06) ------------------