Skip to content

Commit

Permalink
version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Feb 16, 2016
1 parent 69c726d commit df22710
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,12 @@
Changelog
=========

Version 0.6.2
-------------
- Add `pandas` helper functions.
- Add `utils` to convert from values_maps to dicts.
- Improve docstrings.


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

__version__ = "0.6.1"
__version__ = "0.6.2"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit df22710

Please sign in to comment.