Browse Source

Start on 0.16.4.

Jelmer Vernooij 8 năm trước cách đây
mục cha
commit
58c4434d09
3 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.16.4	UNRELEASED
+
 0.16.3	2016-01-14
 
  TEST FIXES

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -9,7 +9,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.16.3'
+dulwich_version_string = '0.16.4'
 
 include_dirs = []
 # Windows MSVC support