From b23ae5d8c74c956ea58949c594a252f8bb552854 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sun, 10 Jun 2012 21:52:13 -0400 Subject: Update history and bump version number --- HISTORY.rst | 5 +++++ dotfiles/core.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3