Start on 0.19.5.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sun, 24 Jun 2018 00:41:23 +0000 (01:41 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 24 Jun 2018 00:41:23 +0000 (01:41 +0100)
dulwich/__init__.py
setup.py

index edfae990d7e79a9ecde59ae52e8b659fec3b906f..132042e9bbb59a6bf1d85c3b46c7ec4c08d7d7fe 100644 (file)
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 4)
+__version__ = (0, 19, 5)
index 7e4f237db78ea5e16661f77115b0f92285266238..41bd253f838184437cddffd3f28b5c7830d2a780 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.19.4'
+dulwich_version_string = '0.19.5'
 
 include_dirs = []
 # Windows MSVC support