소스 검색

Start on 0.11.2.

Jelmer Vernooij 9 년 전
부모
커밋
83b17a313e
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.11.2	UNRELEASED
+
 0.11.1	2015-09-13
 
  Fix-up release to exclude broken blame.py file.

+ 1 - 1
dulwich/__init__.py

@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 11, 1)
+__version__ = (0, 11, 2)

+ 1 - 1
setup.py

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