Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Feb 24, 2016
1 parent 900d20a commit 1120f72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,16 @@
Changelog
=========

Version 0.7.3
-------------
- Fix bug for Python 2.7


Version 0.7.2
-------------
- Fix README.rst because of bad syntax for PyPI.


Version 0.7.1
-------------
- Update README.rst
Expand Down
2 changes: 1 addition & 1 deletion hansel/version.py
Expand Up @@ -3,5 +3,5 @@
Unique version information place
"""

__version__ = "0.7.1"
__version__ = "0.7.3"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit 1120f72

Please sign in to comment.