Start on 0.11.2.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Sep 2015 18:55:07 +0000 (18:55 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Sep 2015 18:55:44 +0000 (18:55 +0000)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index f7ba758f8baba128ed4fb6b0629f38f72e5b7b30..e2571b10330a253c77c1b86d535ae918d5a53f23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.11.2 UNRELEASED
+
 0.11.1 2015-09-13
 
  Fix-up release to exclude broken blame.py file.
index 5670c3cfce12d9b772a5f0f06de001d8d93da01c..431e9bd83bf4652079f3547c71cd2efe81f85003 100644 (file)
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 11, 1)
+__version__ = (0, 11, 2)
index eb6d683d06a0944f40e15b7b3b6068ef433b181a..e2fc5aef36776666de9da3303c187ec8eb214199 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.11.1'
+dulwich_version_string = '0.11.2'
 
 include_dirs = []
 # Windows MSVC support