@@ -1,3 +1,5 @@
+0.19.16 UNRELEASED
+
0.19.15 2020-01-26
* Properly handle files that are just executable for the
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 19, 15)
+__version__ = (0, 19, 16)
@@ -15,7 +15,7 @@ import io
import os
import sys
-dulwich_version_string = '0.19.15'
+dulwich_version_string = '0.19.16'
include_dirs = []
# Windows MSVC support