We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f9ed3 commit b4ff9ceCopy full SHA for b4ff9ce
NEWS.txt
@@ -1,6 +1,14 @@
1
News
2
====
3
4
+0.3.2
5
+-----
6
+
7
+*Release date: 4-Aug-2014*
8
9
+* Fixed generated documentation version.
10
11
12
0.3.1
13
-----
14
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',
0 commit comments