[Python-modules-commits] [dulwich] 01/14: Start on 0.15.0.

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Jul 5 23:27:28 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 d17c45a4a55ac89fcf3fa9f30354025666864b24
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sun Jul 3 19:15:04 2016 +0000

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

diff --git a/NEWS b/NEWS
index 0a42737..5311749 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.15.0	UNRELEASED
+
 0.14.0	2016-07-03
 
  BUG FIXES
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 98742f4..f2f32e0 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 14, 0)
+__version__ = (0, 15, 0)
diff --git a/setup.py b/setup.py
index 43c7d56..7d8deeb 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # Setup file for dulwich
-# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer at jelmer.uk>
+# Copyright (C) 2008-2016 Jelmer Vernooij <jelmer at jelmer.uk>
 
 try:
     from setuptools import setup, Extension
@@ -8,7 +8,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.14.0'
+dulwich_version_string = '0.15.0'
 
 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