Start on 0.2.2
authorJelmer Vernooij <jelmer@samba.org>
Sat, 2 May 2009 10:59:27 +0000 (11:01 +0002)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 2 May 2009 10:59:27 +0000 (11:01 +0002)
dulwich/__init__.py
setup.py

index 73107baa6e02ba63e1d07dad42158579304a1fe9..25664d9f708182b275fc87a37f37e562ec8da562 100644 (file)
@@ -23,4 +23,4 @@ import protocol
 import repo
 import server
 
-__version__ = (0, 2, 1)
+__version__ = (0, 2, 2)
index 41f769a02333c1fced7cc4790d570c86eb981efa..5ed8f25dcb9ee1cd840ce76145be10b2b36e3f5e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 from distutils.core import setup
 from distutils.extension import Extension
 
-dulwich_version_string = '0.2.1'
+dulwich_version_string = '0.2.2'
 
 setup(name='dulwich',
       description='Pure-Python Git Library',