From 017a7954c855e213a5f3559a1bb7868d69ae43c1 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Wed, 30 Jan 2013 16:40:32 -0500 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 d53e88d..ca040a8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.5.6 ++++++ + +* Restore python 3 compatibility + 0.5.5 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index 00d0be1..20f9a1a 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -13,7 +13,7 @@ import shutil import fnmatch -__version__ = '0.5.5' +__version__ = '0.5.6' __author__ = 'Jon Bernard' __license__ = 'ISC' -- cgit v1.2.3