소스 검색

Release 0.11.1.

Jelmer Vernooij 9 년 전
부모
커밋
b732930e16
3개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 5 - 1
NEWS

@@ -1,4 +1,8 @@
-0.11.0  2015-09-13
+0.11.1	2015-09-13
+
+ Fix-up release to exclude broken blame.py file.
+
+0.11.0	2015-09-13
 
  IMPROVEMENTS
 

+ 1 - 1
dulwich/__init__.py

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

+ 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.0'
+dulwich_version_string = '0.11.1'
 
 include_dirs = []
 # Windows MSVC support