2
0
Jelmer Vernooij 5 жил өмнө
parent
commit
6afa2f68d8
3 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.19.13	UNRELEASED
+0.19.13	2019-08-19
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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