start working on 0.3.4.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Jul 2009 18:31:52 +0000 (20:31 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Jul 2009 18:31:52 +0000 (20:31 +0200)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 39a5686b9d2a8a320611c5fe0979636b1f5fcb57..ff885e6ecf169e3594550c43e8895ed82be78a73 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.3.4  UNRELEASED
+
 0.3.3  2009-07-23
 
  FEATURES
index 826386238d52f53b6ec209c41fc82415fcfe6029..72d36f0f1521e8a62d58e1e6efed2fe6030a94bb 100644 (file)
@@ -27,4 +27,4 @@ import protocol
 import repo
 import server
 
-__version__ = (0, 3, 3)
+__version__ = (0, 3, 4)
index 1ceafce4acdab08363eea763ea228710ba1b921d..b8e29f93d11a9b3377771519a04d977fd38997de 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.3.3'
+dulwich_version_string = '0.3.4'
 
 include_dirs = []
 # Windows MSVC support