summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2012-06-10 21:53:33 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2012-06-10 21:53:33 -0400
commit09885b4e3cc0815aafd51577aba0060df076c4e3 (patch)
treec53b603075e72b0313e24a1c73b2eb0a285db322
parent63b6aae46eded35ea027105045bfa2ffcbca3738 (diff)
parentb23ae5d8c74c956ea58949c594a252f8bb552854 (diff)
downloaddotfiles-09885b4e3cc0815aafd51577aba0060df076c4e3.tar.gz
dotfiles-09885b4e3cc0815aafd51577aba0060df076c4e3.tar.bz2
dotfiles-09885b4e3cc0815aafd51577aba0060df076c4e3.zip
Merge branch 'release/0.5.4' 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 cf407a8..b17a94b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
-------
+0.5.4
++++++
+
+* More Python 3 fixes
+
0.5.3
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 26ff48a..4e08073 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.5.3'
+__version__ = '0.5.4'
__author__ = 'Jon Bernard'
__license__ = 'ISC'