@@ -1,4 +1,4 @@
-0.15.1 UNRELEASED
+0.16.0 2016-12-24
IMPROVEMENTS
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 15, 1)
+__version__ = (0, 16, 0)
@@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup, Extension
from distutils.core import Distribution
-dulwich_version_string = '0.15.1'
+dulwich_version_string = '0.16.0'
include_dirs = []
# Windows MSVC support