@@ -1,3 +1,5 @@
+0.14.0 UNRELEASED
+
0.13.0 2016-04-24
IMPROVEMENTS
@@ -21,4 +21,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 13, 0)
+__version__ = (0, 14, 0)
@@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup, Extension
from distutils.core import Distribution
-dulwich_version_string = '0.13.0'
+dulwich_version_string = '0.14.0'
include_dirs = []
# Windows MSVC support