aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 13:09:44 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 13:09:44 -0400
commit0b6ecf16418a3b942470b4daf175bd1e00f21c96 (patch)
treebe8c182f96477bac720415debafee0014dffb697
parent2a0a4ee9a623ffa7bba2d013d95ecc99a0fb6919 (diff)
downloaddotfiles-0b6ecf16418a3b942470b4daf175bd1e00f21c96.tar.gz
dotfiles-0b6ecf16418a3b942470b4daf175bd1e00f21c96.tar.bz2
dotfiles-0b6ecf16418a3b942470b4daf175bd1e00f21c96.zip
Update history and bump version number
-rw-r--r--HISTORY.rst5
-rw-r--r--dotfiles/core.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index eec2e39..6f874d1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
-------
+0.5.1
++++++
+
+* Fix license formatting
+
0.5.0
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 12226fa..aa0dce9 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.5.0'
+__version__ = '0.5.1'
__author__ = 'Jon Bernard'
__license__ = 'ISC'