aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 12:31:20 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 12:31:20 -0400
commitfe87378a3a274e685e72224204660648d0afd6bd (patch)
tree9299cbc1b9cd734e6e22ec035208f76e9da03e43
parent3a936272ad28c094dbcaadd82088e88ffa64bbaa (diff)
downloaddotfiles-fe87378a3a274e685e72224204660648d0afd6bd.tar.gz
dotfiles-fe87378a3a274e685e72224204660648d0afd6bd.tar.bz2
dotfiles-fe87378a3a274e685e72224204660648d0afd6bd.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 e69970c..bc256bf 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
-------
+0.4.4
++++++
+
+* Restore python 2.5 compatibility
+
0.4.3
+++++
diff --git a/dotfiles/core.py b/dotfiles/core.py
index 60bfc1e..a1aec45 100644
--- a/dotfiles/core.py
+++ b/dotfiles/core.py
@@ -12,7 +12,7 @@ import shutil
import fnmatch
-__version__ = '0.4.3'
+__version__ = '0.4.4'
__author__ = "Jon Bernard"
__license__ = "GPL"