diff --git a/CHANGES.rst b/CHANGES.rst index 0944660..d089062 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,13 @@ Changelog ========= -Version 0.8.0 - ---------------- +Version 0.9.0 +------------- +- Annoying bug fixed. + + +Version 0.8.0 - 0.8.3 +--------------------- - Set to True the default value for `check_exists` in `Crumb.ls` function. I don't think anybody is interested in non-existing paths. diff --git a/hansel/version.py b/hansel/version.py index bb59ab2..b0ca2cf 100755 --- a/hansel/version.py +++ b/hansel/version.py @@ -3,5 +3,5 @@ Unique version information place """ -__version__ = "0.8.3" +__version__ = "0.9.0" VERSION = tuple(int(x) for x in __version__.split("."))