aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2013-01-04 12:29:41 -0500
committerGravatar Jon Bernard <jbernard@tuxion.com> 2013-01-04 12:29:41 -0500
commitb0d05cb1c6d74e00cc53c6e2df675d76c9e870d0 (patch)
tree3abba1185d5c6fa7026db8aa09dbcf57810307d2
parent51186fc507c9ec6185408f2f3ed6c11487cbf0e9 (diff)
parent3a930d0490a146824241dbb314b7d68b91c3ac8c (diff)
downloaddotfiles-b0d05cb1c6d74e00cc53c6e2df675d76c9e870d0.tar.gz
dotfiles-b0d05cb1c6d74e00cc53c6e2df675d76c9e870d0.tar.bz2
dotfiles-b0d05cb1c6d74e00cc53c6e2df675d76c9e870d0.zip
Merge branch 'release/0.5.5' 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 b17a94b..d53e88d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
-------
+0.5.5
++++++
+
+* Add support for Windows symlinks with Python 2
+
0.5.4
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 52c26cc..93e45f1 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -13,7 +13,7 @@ import shutil
import fnmatch
-__version__ = '0.5.4'
+__version__ = '0.5.5'
__author__ = 'Jon Bernard'
__license__ = 'ISC'