From 00a00840db49e66416da47425cf817ed0c91c90f Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Sun, 12 Apr 2015 12:52:03 +0200 Subject: [PATCH] Bumped version to 0.3.3 --- NEWS.txt | 12 ++++++++++++ docs-source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index d671033b..2c6da2cb 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,18 @@ News ==== +0.3.3 +----- +*Release date: 12-Apr-2015* + +* Forward leaves_only value in get_subtree() recursive calls +* Fix README prevExists->prevExist +* Added configurable version_prefix +* Added support for recursive watch +* Better error handling support (more detailed exceptions) +* Fixed some unreliable tests + + 0.3.2 ----- diff --git a/docs-source/conf.py b/docs-source/conf.py index 86b7ed81..f18d4a06 100644 --- a/docs-source/conf.py +++ b/docs-source/conf.py @@ -61,7 +61,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.2' +release = '0.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e0758e66..5b146258 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.3.2' +version = '0.3.3' install_requires = [ 'urllib3>=1.7',