@@ -1,3 +1,5 @@
+0.19.11 UNRELEASED
+
0.19.10 2018-01-15
IMPROVEMENTS
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 19, 10)
+__version__ = (0, 19, 11)
@@ -15,7 +15,7 @@ import io
import os
import sys
-dulwich_version_string = '0.19.10'
+dulwich_version_string = '0.19.11'
include_dirs = []
# Windows MSVC support