@@ -1,3 +1,5 @@
+0.19.3 UNRELEASED
+
0.19.2 2018-04-07
BUG FIXES
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 19, 2)
+__version__ = (0, 19, 3)
@@ -14,7 +14,7 @@ from distutils.core import Distribution
import os
import sys
-dulwich_version_string = '0.19.2'
+dulwich_version_string = '0.19.3'
include_dirs = []
# Windows MSVC support