Release 0.11.0. dulwich-0.11.0
authorJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Sep 2015 17:42:08 +0000 (17:42 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Sep 2015 17:42:08 +0000 (17:42 +0000)
.gitignore
NEWS
dulwich/__init__.py
setup.py

index 90a3431cf9a959be3372854d69e9c917c5d2d83d..fe655a8c499d1c48e2f4fcc46b1b64dc79cd962c 100644 (file)
@@ -11,3 +11,4 @@ apidocs
 *.swp
 docs/tutorial/index.html
 dulwich.egg-info/
+.tox/
diff --git a/NEWS b/NEWS
index 783557249c66ce368935ac9df0fd47119d6a9716..ee922039f3cf6b21d7f97069a130b026ecf3dab5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.10.2  UNRELEASED
+0.11.0  2015-09-13
 
  IMPROVEMENTS
 
index fa6e5b637cf2db9849dcf76f41637af009ea56f6..62fcab0e116c937bcbb5d5a090f50ae29b19b658 100644 (file)
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 10, 2)
+__version__ = (0, 11, 0)
index 344b8ccb782acce65756c135c5e41e597c59952a..0bf5d3640f4b32de72ba0eaf25e3f0a3c911d446 100755 (executable)
--- a/setup.py
+++ b/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