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',