Selaa lähdekoodia

Start on 0.19.6.

Jelmer Vernooij 6 vuotta sitten
vanhempi
commit
5f3c8c159e
3 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.19.6	UNRELEASED
+
 0.19.5	2018-08-08
 
  IMPROVEMENTS

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -14,7 +14,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.19.5'
+dulwich_version_string = '0.19.6'
 
 include_dirs = []
 # Windows MSVC support