2
0
Jelmer Vernooij 6 жил өмнө
parent
commit
5642a71802
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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