diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-01-30 16:41:23 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-01-30 16:41:23 -0500 |
commit | b088a816b6d02c33b02a675147ba6e9dc7a768d2 (patch) | |
tree | 85c944add986f8d96de0999e197609d15e25dec6 | |
parent | 223462880beed2dc3b3f3a74ec9e3d4db3cd1f14 (diff) | |
parent | 017a7954c855e213a5f3559a1bb7868d69ae43c1 (diff) | |
download | dotfiles-b088a816b6d02c33b02a675147ba6e9dc7a768d2.tar.gz dotfiles-b088a816b6d02c33b02a675147ba6e9dc7a768d2.tar.bz2 dotfiles-b088a816b6d02c33b02a675147ba6e9dc7a768d2.zip |
Merge branch 'release/0.5.6' into develop
-rw-r--r-- | HISTORY.rst | 5 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 6 insertions, 1 deletions
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' |