From b4ff9cea95d0dbb1a8f83d9ff140fd9d9d977f8e Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Tue, 5 Aug 2014 00:39:07 +0200 Subject: [PATCH] Bumped to version 0.3.2 --- NEWS.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 0909bc65..d671033b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,14 @@ News ==== +0.3.2 +----- + +*Release date: 4-Aug-2014* + +* Fixed generated documentation version. + + 0.3.1 ----- diff --git a/setup.py b/setup.py index 4eb61e52..e0758e66 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.3.1' +version = '0.3.2' install_requires = [ 'urllib3>=1.7',