Skip to content

Commit

Permalink
Bumps version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Mar 23, 2015
1 parent 1023f46 commit bdd4bb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This file describes user-visible changes between pockets versions.


Version 0.2.4 (2015-03-22)
--------------------------

* Lowers required version of six library to 1.5.2


Version 0.2.3 (2015-02-20)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pockets/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '0.2.3'
__version__ = '0.2.4'

0 comments on commit bdd4bb7

Please sign in to comment.