Browse Source

Release 0.19.0

Jelmer Vernooij 7 years ago
parent
commit
f749895efc
3 changed files with 3 additions and 3 deletions
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.19.0	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, 18, 7)
+__version__ = (0, 19, 0)

+ 1 - 1
setup.py

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