Start on 0.18.6.
authorJelmer Vernooij <jelmer@debian.org>
Sun, 29 Oct 2017 16:39:41 +0000 (16:39 +0000)
committerJelmer Vernooij <jelmer@debian.org>
Sun, 29 Oct 2017 16:39:41 +0000 (16:39 +0000)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 78030d94813756275c28497110b2b1e64d8b4854..7b3291948810b3fa478ac8f3e5f8ac13c159463e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.18.6 UNRELEASED
+
 0.18.5 2017-10-29
 
  BUG FIXES
index 4cf6f13486bdac2d749eaaef8daef470428b14e7..a8e7b8446d7c0eb98f6807c39a21bc7d35ca3179 100644 (file)
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 18, 5)
+__version__ = (0, 18, 6)
index c20f9328e8d6908d68cb0336f818a2f02931acb6..80a21a117748ce266f2fc6d0640fecf4851242f0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.18.5'
+dulwich_version_string = '0.18.6'
 
 include_dirs = []
 # Windows MSVC support