From 83c8d555cbeac576b65eeffbc18cb5e373cd41c4 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 21 Feb 2015 13:36:36 -0500 Subject: dotfiles 0.6.4 --- HISTORY.rst | 7 +++++++ dotfiles/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 73ca836..c78d416 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.6.4 ++++++ + +* Add no_dot_prefix option +* Fix error in syntax for missing repo message +* Expands ~'s in config file path + 0.6.3 +++++ diff --git a/dotfiles/__init__.py b/dotfiles/__init__.py index 72815b1..226c06e 100644 --- a/dotfiles/__init__.py +++ b/dotfiles/__init__.py @@ -11,4 +11,4 @@ :license: ISC, see LICENSE.rst for more details. """ -__version__ = '0.6.3' +__version__ = '0.6.4' -- cgit v1.2.3