Browse Source

Start on 0.19.11.

Jelmer Vernooij 6 years ago
parent
commit
554de5d540
3 changed files with 4 additions and 2 deletions
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.19.11	UNRELEASED
+
 0.19.10	2018-01-15
 
  IMPROVEMENTS

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 10)
+__version__ = (0, 19, 11)

+ 1 - 1
setup.py

@@ -15,7 +15,7 @@ import io
 import os
 import sys
 
-dulwich_version_string = '0.19.10'
+dulwich_version_string = '0.19.11'
 
 include_dirs = []
 # Windows MSVC support