From 5fb2e3d781a36f48ccb98daa6f960045375e572e Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 7 Nov 2013 10:41:00 -0500 Subject: Bump version number and update HISTORY --- HISTORY.rst | 7 +++++++ dotfiles/core.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3