diff options
-rw-r--r-- | HISTORY.rst | 7 | ||||
-rw-r--r-- | dotfiles/__init__.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 73ca836..c78d416 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.6.4 ++++++ + +* Add no_dot_prefix option +* Fix error in syntax for missing repo message +* Expands ~'s in config file path + 0.6.3 +++++ diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 72815b1..226c06e 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -11,4 +11,4 @@ :license: ISC, see LICENSE.rst for more details. """ -__version__ = '0.6.3' +__version__ = '0.6.4' |