Browse Source

Start on 0.19.5.

Jelmer Vernooij 6 years ago
parent
commit
5642a71802
2 changed files with 2 additions and 2 deletions
  1. 1 1
      dulwich/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 4)
+__version__ = (0, 19, 5)

+ 1 - 1
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