Browse Source

Release 0.18.4

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

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.18.3'
+dulwich_version_string = '0.18.4'
 
 include_dirs = []
 # Windows MSVC support