aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2012-01-01 11:41:14 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2012-01-01 11:41:14 -0500
commite1f8744c2d705c10e747b44e08e09a67d421fe59 (patch)
tree94a9691726d1402e321cb3305e78f4db9d1995f1
parent4a690c73c9d44f1450c98b0627d48f6caf2e9d7b (diff)
parent6cf8d5fdae4fda5be0fd3bcea4afd7883d56a188 (diff)
downloaddotfiles-e1f8744c2d705c10e747b44e08e09a67d421fe59.tar.gz
dotfiles-e1f8744c2d705c10e747b44e08e09a67d421fe59.tar.bz2
dotfiles-e1f8744c2d705c10e747b44e08e09a67d421fe59.zip
Merge branch 'release/0.5.2' into develop
-rw-r--r--HISTORY.rst7
-rw-r--r--dotfiles/core.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 6f874d1..78da6ac 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,13 @@
History
-------
+0.5.2
++++++
+
+* Improve wording of "unmanaged" with "unsynced"
+* Fix adding a directory with a trailing slash
+* Mention support for directories in documentation
+
0.5.1
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index f6c675e..76a354d 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.5.1'
+__version__ = '0.5.2'
__author__ = 'Jon Bernard'
__license__ = 'ISC'