Release 0.12.0. dulwich-0.12.0
authorJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Dec 2015 15:28:59 +0000 (15:28 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sun, 13 Dec 2015 15:28:59 +0000 (15:28 +0000)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 356d2bf07238b426a3c699114104b9e2fada46be..daead5bd5f12a1419fb95967297fa826cc5fa26c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.11.3 UNRELEASED
+0.12.0 2015-12-13
 
  IMPROVEMENTS
 
index db0d6f64e46d91893246736f8f006cc89e243703..ea3fd6df1a9389cbd5da06983a84e23f6866084a 100644 (file)
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 11, 3)
+__version__ = (0, 12, 0)
index dada7987a2fa0ea2e15be07000608b2b89a9b849..d650f8504635f6d08b6b79b978a6820bba73b38c 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.11.3'
+dulwich_version_string = '0.12.0'
 
 include_dirs = []
 # Windows MSVC support