瀏覽代碼

Start on 0.19.5.

Jelmer Vernooij 6 年之前
父節點
當前提交
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