diff options
author | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:40:01 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2012-01-01 11:40:01 -0500 |
commit | 6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188 (patch) | |
tree | 94a9691726d1402e321cb3305e78f4db9d1995f1 | |
parent | 4a690c73c9d44f1450c98b0627d48f6caf2e9d7b (diff) | |
download | dotfiles-6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188.tar.gz dotfiles-6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188.tar.bz2 dotfiles-6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188.zip |
Update history and bump version number
-rw-r--r-- | HISTORY.rst | 7 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 6f874d1..78da6ac 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.5.2 ++++++ + +* Improve wording of "unmanaged" with "unsynced" +* Fix adding a directory with a trailing slash +* Mention support for directories in documentation + 0.5.1 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index f6c675e..76a354d 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -12,7 +12,7 @@ import shutil import fnmatch -__version__ = '0.5.1' +__version__ = '0.5.2' __author__ = 'Jon Bernard' __license__ = 'ISC' |