From 5369c6c29125588bdd7b2d8fdf2fd474413c89d9 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 7 Jan 2013 19:28:34 +0100 Subject: [PATCH] release 0.17.2 --- docs/source/2013-news.rst | 10 ++++++++++ docs/source/news.rst | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/source/2013-news.rst b/docs/source/2013-news.rst index aeeec714..2545b61c 100644 --- a/docs/source/2013-news.rst +++ b/docs/source/2013-news.rst @@ -1,6 +1,16 @@ Changelog - 2013 ================ +0.17.2 / 2013-01-07 +------------------- + +- optimize readline +- make imports errors more visiblle when loading an app or a logging + class +- fix tornado worker: don't pass ssl options if there are none +- fix PEP3333: accept only bytetrings in the response body +- fix support on CYGWIN platforms + 0.17.1 / 2013-01-05 ------------------- diff --git a/docs/source/news.rst b/docs/source/news.rst index e83c706e..4dcca365 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -1,8 +1,8 @@ Changelog ========= -0.17.2 / current ----------------- +0.17.2 / 2013-01-07 +------------------- - optimize readline - make imports errors more visiblle when loading an app or a logging