diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:41:00 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 10:41:00 -0500 |
commit | 5fb2e3d781a36f48ccb98daa6f960045375e572e (patch) | |
tree | 2cb64ee59f8386d0127d933787435f53bc864b64 | |
parent | 078436bd00eb1b37bd8e10862af23c6b03077b4d (diff) | |
download | dotfiles-5fb2e3d781a36f48ccb98daa6f960045375e572e.tar.gz dotfiles-5fb2e3d781a36f48ccb98daa6f960045375e572e.tar.bz2 dotfiles-5fb2e3d781a36f48ccb98daa6f960045375e572e.zip |
Bump version number and update HISTORYv0.6.1
-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' |