Skip to content

Commit

Permalink
version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Mar 6, 2016
1 parent 5775552 commit 884be8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

Version 0.7.0 - 0.7.4
Version 0.7.0 - 0.7.5
---------------------
- Refactoring of how Crumb works, now using string.Formatter.
This will help with new features due to simpler logic.Now it is not possible to change the syntax of the Crumbs,
Expand All @@ -21,6 +21,8 @@ Version 0.7.0 - 0.7.4

- Fix the bug in .rst for PyPI.

- Code cleanup


Version 0.6.0 - 0.6.2
---------------------
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.4"
__version__ = "0.7.5"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit 884be8d

Please sign in to comment.