Release 0.9.9. dulwich-0.9.9
authorJelmer Vernooij <jelmer@samba.org>
Fri, 6 Mar 2015 17:35:40 +0000 (18:35 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 6 Mar 2015 17:35:40 +0000 (18:35 +0100)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 2dd0bacaeead0824b305498373fc14aefefdead5..73f0e26567801377e555c8e8b0ffbb30f28438d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.9  UNRELEASED
+0.9.9  2015-03-20
 
  SECURITY BUG FIXES
 
index 35d9808c0795467e93126dab8bf7ac42c858b179..bc3659366d6dce95a82b5cc93ab90ccb201a1134 100644 (file)
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 9, 8)
+__version__ = (0, 9, 9)
index 89be7100f28a8c7cb49eb8531367dd93ea532283..7a0384563beb6e489b0d49410c07dbbf74732244 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.8'
+dulwich_version_string = '0.9.9'
 
 include_dirs = []
 # Windows MSVC support