diff options
-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 963ad28..a38ab88 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.6.1 ++++++ + +* Add ability to sync only specified files +* Create non-existent package directories +* Mention using Dropbox to synchronize a dotfiles repository + 0.6.0 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index b2e2d0c..d126ca1 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -16,7 +16,7 @@ from dotfiles.utils import realpath_expanduser, is_link_to from dotfiles.compat import symlink -__version__ = '0.6.0' +__version__ = '0.6.1' __author__ = 'Jon Bernard' __license__ = 'ISC' |