From 4c9740b82a06edb56e063c229510a826834f4023 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sun, 11 Mar 2012 12:05:09 -0400 Subject: Update history and bump version number --- HISTORY.rst | 8 ++++++++ dotfiles/core.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3