Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Feb 24, 2016
1 parent f61c341 commit 8b98f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

Version 0.7.1
-------------
- Update README.rst


Version 0.7.0
-------------
- Refactoring of how Crumb works, now using string.Formatter. This will help with new features due to simpler logic.
Expand Down
2 changes: 1 addition & 1 deletion hansel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Unique version information place
"""

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

0 comments on commit 8b98f15

Please sign in to comment.