Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Mar 2, 2017
1 parent 5f6527b commit b18aeb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Expand Up @@ -3,11 +3,14 @@
Changelog
=========

Version 1.0.0 -
---------------
Version 1.0.0 - Version 1.0.1
-----------------------------

- add CLI docs to README.

- set in `ls` function `make_crumbs` to False if `fullpath` is also False.

- make in `ls` function `arg_name` parameter mandatory when `fullpath` is False.


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

__version__ = "1.0.0"
__version__ = "1.0.1"
VERSION = tuple(int(x) for x in __version__.split("."))

0 comments on commit b18aeb2

Please sign in to comment.