aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 12:47:02 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-11-01 12:47:02 -0400
commitf7a7bf7b3b2c751a2092adbff16c3f041084679b (patch)
tree86ae32ebd32c972c1a4e622b3708acf636eeb58b
parent7b0ea7b095736ce6b95ec2dbbdd73dc03f36136c (diff)
downloaddotfiles-f7a7bf7b3b2c751a2092adbff16c3f041084679b.tar.gz
dotfiles-f7a7bf7b3b2c751a2092adbff16c3f041084679b.tar.bz2
dotfiles-f7a7bf7b3b2c751a2092adbff16c3f041084679b.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 bc256bf..eec2e39 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
-------
+0.5.0
++++++
+
+* Add support for in-repo configuration files
+
0.4.4
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 3c13280..12226fa 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.4.4'
+__version__ = '0.5.0'
__author__ = 'Jon Bernard'
__license__ = 'ISC'