浏览代码

Start on 0.9.6.

Jelmer Vernooij 11 年之前
父节点
当前提交
282e459525
共有 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.9.6	UNRELEASED
+
 0.9.5	2014-02-23
 0.9.5	2014-02-23
 
 
  IMPROVEMENTS
  IMPROVEMENTS

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -10,7 +10,7 @@ except ImportError:
     has_setuptools = False
     has_setuptools = False
 from distutils.core import Distribution
 from distutils.core import Distribution
 
 
-dulwich_version_string = '0.9.5'
+dulwich_version_string = '0.9.6'
 
 
 include_dirs = []
 include_dirs = []
 # Windows MSVC support
 # Windows MSVC support