Jelmer Vernooij 7 rokov pred
rodič
commit
0577af7809
3 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.19.1	UNRELEASED
+
 0.19.0	2018-03-10
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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