瀏覽代碼

Start on 0.18.6.

Jelmer Vernooij 7 年之前
父節點
當前提交
db6e0910bc
共有 3 個文件被更改,包括 4 次插入2 次删除
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.18.6	UNRELEASED
+
 0.18.5	2017-10-29
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.18.5'
+dulwich_version_string = '0.18.6'
 
 include_dirs = []
 # Windows MSVC support