Browse Source

Start on 0.19.17.

Jelmer Vernooij 4 years ago
parent
commit
486755e76f
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.17	UNRELEASED
+
 0.19.16	2020-04-17
 
  * Don't send "deepen None" to server if graph walker

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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