aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-05 19:19:44 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-05 19:19:44 -0400
commita8feb6ad1bc6252d4e5752c2463576438ea8dc95 (patch)
tree8efa370cd55884e6bee8b9b1c2902959e021cb25
parent055b0decea6066921590c17e1eb0279e2706bb69 (diff)
parentbf73e1f7d50506ff6ac58e5f70e1ac9f0412e1d3 (diff)
downloaddotfiles-a8feb6ad1bc6252d4e5752c2463576438ea8dc95.tar.gz
dotfiles-a8feb6ad1bc6252d4e5752c2463576438ea8dc95.tar.bz2
dotfiles-a8feb6ad1bc6252d4e5752c2463576438ea8dc95.zip
Merge branch 'release/0.4.2' into develop
-rw-r--r--HISTORY.rst5
-rw-r--r--dotfiles/core.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 7e21346..64c4346 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,2 +1,7 @@
History
-------
+
+0.4.2
++++++
+
+* Fix bug when syncing an unmanaged directory symlink
diff --git a/dotfiles/core.py b/dotfiles/core.py
index dc7893c..f3241c9 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -11,7 +11,7 @@ import os
import shutil
-__version__ = '0.4.1'
+__version__ = '0.4.2'
__author__ = "Jon Bernard"
__license__ = "GPL"