[Python-modules-commits] [dulwich] 01/09: Start on 0.16.1.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Dec 25 13:51:23 UTC 2016


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

jelmer pushed a commit to branch master
in repository dulwich.

commit 4495b455d5b9d52ffe1ffd5707661003c5b418d7
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sat Dec 24 23:44:47 2016 +0000

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

diff --git a/NEWS b/NEWS
index 75f7d5f..7c38862 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.16.1	UNRELEASED
+
 0.16.0	2016-12-24
 
  IMPROVEMENTS
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 92c05d2..177afd0 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, 0)
+__version__ = (0, 16, 1)
diff --git a/setup.py b/setup.py
index abe9f76..512296d 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.0'
+dulwich_version_string = '0.16.1'
 
 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