Start on 0.19.10.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 17 Nov 2018 19:05:25 +0000 (19:05 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 17 Nov 2018 19:05:25 +0000 (19:05 +0000)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index 7f24801e59eb6428b22ded82ee257d3381bedd66..8ef5074bfc05f9853fdd74983f51596e9c9b5008 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.19.10        UNRELEASED
+
 0.19.9 2018-11-17
 
  BUG FIXES
index 00e683a2b0bf5e80ad7dec28a0c35e9a9b8d2700..6fe2a50f44e1021ea619cc41d7c5f1ab11317de5 100644 (file)
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 9)
+__version__ = (0, 19, 10)
index 4ea551b1d44eaec15158fafdf4471fe453ff6c7e..c85e0b9c42360a0f2d80e6042442182511f19d1c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ import io
 import os
 import sys
 
-dulwich_version_string = '0.19.9'
+dulwich_version_string = '0.19.10'
 
 include_dirs = []
 # Windows MSVC support