Skip to content

Commit b4ff9ce

Browse files
committedAug 4, 2014
Bumped to version 0.3.2
1 parent 32f9ed3 commit b4ff9ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎NEWS.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
News
22
====
33

4+
0.3.2
5+
-----
6+
7+
*Release date: 4-Aug-2014*
8+
9+
* Fixed generated documentation version.
10+
11+
412
0.3.1
513
-----
614

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

88

9-
version = '0.3.1'
9+
version = '0.3.2'
1010

1111
install_requires = [
1212
'urllib3>=1.7',

0 commit comments

Comments
 (0)
Please sign in to comment.