diff options
-rw-r--r-- | HISTORY.rst | 5 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 7e21346..64c4346 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,2 +1,7 @@ History ------- + +0.4.2 ++++++ + +* Fix bug when syncing an unmanaged directory symlink diff --git a/dotfiles/core.py b/dotfiles/core.py index dc7893c..f3241c9 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -11,7 +11,7 @@ import os import shutil -__version__ = '0.4.1' +__version__ = '0.4.2' __author__ = "Jon Bernard" __license__ = "GPL" |