diff options
-rw-r--r-- | HISTORY.rst | 8 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
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' |