summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2017-10-01 01:52:00 +0100
committerJelmer Vernooij <jelmer@debian.org>2017-10-01 01:52:00 +0100
commit7d6460e65f9e3db4cc08492c858fc18b18c39980 (patch)
tree36a392f3d3125bff55261caa9581694b177af09d
parent93549e159846c8336d35ad5fb4a1b3cbbee72b23 (diff)
Release 0.18.4
-rw-r--r--dulwich/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/dulwich/__init__.py b/dulwich/__init__.py
index 93c4aeb3..8da5ead7 100644
--- a/dulwich/__init__.py
+++ b/dulwich/__init__.py
@@ -22,4 +22,4 @@
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 18, 3)
+__version__ = (0, 18, 4)
diff --git a/setup.py b/setup.py
index d69a3d35..0e027b76 100755
--- a/setup.py
+++ b/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