Browse Source

Release 0.11.0.

Jelmer Vernooij 9 years ago
parent
commit
b41b530df5
4 changed files with 4 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 1 1
      NEWS
  3. 1 1
      dulwich/__init__.py
  4. 1 1
      setup.py

+ 1 - 0
.gitignore

@@ -11,3 +11,4 @@ apidocs
 *.swp
 docs/tutorial/index.html
 dulwich.egg-info/
+.tox/

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.10.2  UNRELEASED
+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, 10, 2)
+__version__ = (0, 11, 0)

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