Start on 0.19.2.
authorJelmer Vernooij <jelmer@jelmer.uk>
Thu, 5 Apr 2018 23:21:02 +0000 (00:21 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Thu, 5 Apr 2018 23:21:02 +0000 (00:21 +0100)
NEWS
dulwich/__init__.py
setup.py

diff --git a/NEWS b/NEWS
index f9d0ce545b60de3941581f08ebbaac3fa6b790c5..63b33a28b51c3a32f75fdd2b3355bb59e736bdb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.19.2 UNRELEASED
+
 0.19.1 2018-04-05
 
  IMPROVEMENTS
index 3cfd97232ab58c66148159979eff9b7b5e7fe405..b2ddfc8a5f6758d6f57a4ac479ec8fbac1c3acad 100644 (file)
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 1)
+__version__ = (0, 19, 2)
index 5b3f22a7a0a335cd5cc0527f1a7b14a65617bb7f..1bb752c689d76321f7ddf181ac5ddb9552ea1667 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.19.1'
+dulwich_version_string = '0.19.2'
 
 include_dirs = []
 # Windows MSVC support