Skip to content

Commit

Permalink
Bumped to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jplana committed Aug 4, 2014
1 parent 32f9ed3 commit b4ff9ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
News
====

0.3.2
-----

*Release date: 4-Aug-2014*

* Fixed generated documentation version.


0.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b4ff9ce

Please sign in to comment.