From a0e0228aad651b94c097f704fd75751ecb9a46ed Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 1 Jan 2014 16:58:25 -0500 Subject: Update history and version number for 0.6.3 --- HISTORY.rst | 6 ++++++ dotfiles/core.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9f09407..73ca836 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.6.3 ++++++ + +* Prevent adding toplevel package directories (bugfix) +* Only replace existing dotfiles on remove operation (bugfix) + 0.6.2 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index 078e9b6..7daf316 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.2' +__version__ = '0.6.3' __author__ = 'Jon Bernard' __license__ = 'ISC' -- cgit v1.2.3