Release 0.10.0. dulwich-0.10.0
authorJelmer Vernooij <jelmer@samba.org>
Sun, 22 Mar 2015 00:43:30 +0000 (00:43 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 22 Mar 2015 00:43:30 +0000 (00:43 +0000)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 572341d20cbea224eb172c3f5bcf60fcc773d21a..d0616a0cb4c5f9b85dc2100ec8869924fcb90019 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.10.0 UNRELEASED
+0.10.0 2015-03-22
 
  BUG FIXES
 
index bc3659366d6dce95a82b5cc93ab90ccb201a1134..94dad6b47f9da6a3b13b4edb11a8c95a1dd38a34 100644 (file)
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 9, 9)
+__version__ = (0, 10, 0)
index 33c027e08cee907b4705d173fe71bd0492db84c5..4f1c2ca9787cbc494c201b01fe601b98f8c43532 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.9.9'
+dulwich_version_string = '0.10.0'
 
 include_dirs = []
 # Windows MSVC support