@@ -1,3 +1,5 @@
+0.11.2 UNRELEASED
+
0.11.1 2015-09-13
Fix-up release to exclude broken blame.py file.
@@ -21,4 +21,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 11, 1)
+__version__ = (0, 11, 2)
@@ -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