From 873348eb17bb1fbd9ded0196a79a642ef391cf5e Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 3 Mar 2017 19:23:36 +0100 Subject: [PATCH] Update release notes for 1.1.4 --- docs/news.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 0e9efe6f6..723a33a82 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,12 @@ Release notes ============= +1.1.4 (2017-03-03) +------------------ + +- Packaging fix: disallow unsupported Twisted versions in setup.py + + 1.1.3 (2016-09-22) ------------------ @@ -275,6 +281,12 @@ Bugfixes to same remote host (:issue:`1912`). +1.0.7 (2017-03-03) +------------------ + +- Packaging fix: disallow unsupported Twisted versions in setup.py + + 1.0.6 (2016-05-04) ------------------