diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-02-11 12:23:04 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-02-11 12:23:04 -0500 |
commit | 088543ecc6435ea45d2f102a5e5ac015a4782275 (patch) | |
tree | 2d0677eb68d6292984fecb711b3eacaa4e26ee6f | |
parent | fc0f227c93c1590ed33dfe505dbb95a7706bdc50 (diff) | |
download | dotfiles-088543ecc6435ea45d2f102a5e5ac015a4782275.tar.gz dotfiles-088543ecc6435ea45d2f102a5e5ac015a4782275.tar.bz2 dotfiles-088543ecc6435ea45d2f102a5e5ac015a4782275.zip |
Update history and bump version number
-rw-r--r-- | HISTORY.rst | 7 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index ca040a8..963ad28 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ History ------- +0.6.0 ++++++ + +* Add "packages" feature +* Add --dry-run option +* Much needed code cleanup + 0.5.6 +++++ diff --git a/dotfiles/core.py b/dotfiles/core.py index 1341fab..1dfcea7 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -16,7 +16,7 @@ from dotfiles.utils import realpath_expanduser, is_link_to from dotfiles.compat import symlink -__version__ = '0.5.6' +__version__ = '0.6.0' __author__ = 'Jon Bernard' __license__ = 'ISC' |