[Python-modules-commits] [dulwich] 01/10: Start on 0.16.3.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sat Jan 14 20:35:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch master
in repository dulwich.

commit 76a6bbcdc11ba3b76ff0076faeedfa81801017e2
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sat Jan 14 16:36:42 2017 +0000

    Start on 0.16.3.
---
 NEWS                | 2 ++
 dulwich/__init__.py | 2 +-
 setup.py            | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index dfc019d..1939133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.16.3	UNRELEASED
+
 0.16.2	2016-01-14
 
  IMPROVEMENTS
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 1bb2592..87695c7 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 16, 2)
+__version__ = (0, 16, 3)
diff --git a/setup.py b/setup.py
index 479d09e..eff64d9 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.16.2'
+dulwich_version_string = '0.16.3'
 
 include_dirs = []
 # Windows MSVC support

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git



More information about the Python-modules-commits mailing list