release 0.6.0. dulwich-0.6.0
authorJelmer Vernooij <jelmer@samba.org>
Sat, 22 May 2010 20:59:34 +0000 (22:59 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 22 May 2010 20:59:34 +0000 (22:59 +0200)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 92b4ff81d17533d0d34437f95044fa76881aa2f3..a1a04d54d96abdbb9788908a6b6111c2eff486e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.6.0  UNRELEASED
+0.6.0  2010-05-22
 
 note: This list is most likely incomplete for 0.6.0.
 
index c88358fbf035368ff56126070ac738ac02ad6316..48b0398a48ad7eb0954227dae0cb023aabee1a78 100644 (file)
@@ -27,4 +27,4 @@ import protocol
 import repo
 import server
 
-__version__ = (0, 5, 1)
+__version__ = (0, 6, 0)
index a6b32b41f77818189c7d0e39d8dc4ab58dddfff5..1b9a8b52d554e69c7c203bd9f90591062c12b294 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.5.1'
+dulwich_version_string = '0.6.0'
 
 include_dirs = []
 # Windows MSVC support