@@ -1,3 +1,5 @@
+0.17.4 UNRELEASED
+
0.17.3 2017-03-20
PLATFORM SUPPORT
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 17, 3)
+__version__ = (0, 17, 4)
@@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup, Extension
from distutils.core import Distribution
-dulwich_version_string = '0.17.3'
+dulwich_version_string = '0.17.4'
include_dirs = []
# Windows MSVC support