aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2012-03-11 12:06:38 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2012-03-11 12:06:38 -0400
commit3c3eb788fea256f6cb0f07eabab9cf94f427e2c1 (patch)
tree83d2f5815dd57b02fd12dbee89c875d288ceb9ef
parentf60c7071feb2daa736dbf0ec6c60d75034f32a41 (diff)
parent4c9740b82a06edb56e063c229510a826834f4023 (diff)
downloaddotfiles-3c3eb788fea256f6cb0f07eabab9cf94f427e2c1.tar.gz
dotfiles-3c3eb788fea256f6cb0f07eabab9cf94f427e2c1.tar.bz2
dotfiles-3c3eb788fea256f6cb0f07eabab9cf94f427e2c1.zip
Merge branch 'release/0.5.3' into develop
-rw-r--r--HISTORY.rst8
-rw-r--r--dotfiles/core.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 78da6ac..cf407a8 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
History
-------
+0.5.3
++++++
+
+* Update remaining references to 'unmanaged'
+* Allow ~ in configuration file external targets
+* Make source compatible with Python 3
+* Add specific Python version trove classifiers
+
0.5.2
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 6615651..26ff48a 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.5.2'
+__version__ = '0.5.3'
__author__ = 'Jon Bernard'
__license__ = 'ISC'