From 6fa3f2421cc620f88d764628385f3be7bb52aa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Wed, 1 Jul 2015 01:49:05 -0300 Subject: [PATCH] Add 1.0.1 release notes --- docs/news.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 2cf1365e5..c775603c9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,8 +3,18 @@ Release notes ============= -1.0 (2015-06-19) ----------------- +1.0.1 (2015-07-01) +------------------ + +- Unquote request path before passing to FTPClient, it already escape paths (:commit:`cc00ad2`) +- include tests/ to source distribution in MANIFEST.in (:commit:`eca227e`) +- DOC Fix SelectJmes documentation (:commit:`b8567bc`) +- DOC Bring Ubuntu and Archlinux outside of Windows subsection (:commit:`392233f`) +- DOC remove version suffix from ubuntu package (:commit:`5303c66`) +- DOC Update release date for 1.0 (:commit:`c89fa29`) + +1.0.0 (2015-06-19) +------------------ You will find a lot of new features and bugfixes in this major release. Make sure to check our updated :ref:`overview ` to get a glance of