summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a38ab88..a89266b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,13 @@
History
-------
+0.6.2
++++++
+
+Fix single-sync in python 3.x (map is lazy)
+Fix sync --force regression
+Fix unit tests to exit with the correct return code
+
0.6.1
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 35436a7..14ef8e0 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.1'
+__version__ = '0.6.2'
__author__ = 'Jon Bernard'
__license__ = 'ISC'