diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-02-21 13:36:36 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-02-21 13:36:36 -0500 |
commit | 83c8d555cbeac576b65eeffbc18cb5e373cd41c4 (patch) | |
tree | b72cbeefea23a352e3d1fa90749cd250d56a601f | |
parent | bca94712504dfa7745185f6745d2eda8b8294212 (diff) | |
download | dotfiles-0.6.4.tar.gz dotfiles-0.6.4.tar.bz2 dotfiles-0.6.4.zip |
dotfiles 0.6.4v0.6.4
-rw-r--r-- | HISTORY.rst | 7 | ||||
-rw-r--r-- | dotfiles/__init__.py | 2 |
2 files changed, 8 insertions, 1 deletions
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' |