[Python-modules-commits] [dulwich] 05/19: Start on 0.18.5.

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Oct 29 17:22:27 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 505c40b0b7bf332b614694925d31d0bdd63b5181
Author: Jelmer Vernooij <jelmer at debian.org>
Date:   Tue Oct 3 20:17:49 2017 +0100

    Start on 0.18.5.
---
 dulwich/__init__.py | 2 +-
 setup.py            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 8da5ead..4cf6f13 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 18, 4)
+__version__ = (0, 18, 5)
diff --git a/setup.py b/setup.py
index 0e027b7..c20f932 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.18.4'
+dulwich_version_string = '0.18.5'
 
 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