From 72876f4694c0dbd45908ad125982412db2dccaad Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Nov 2012 16:54:45 +0100 Subject: [PATCH] Release 0.8.7. --- NEWS | 2 +- dulwich/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 38723dd39..94e747454 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.9.0 UNRELEASED +0.8.7 2012-11-27 BUG FIXES diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 7b062de61..c8c8bc9db 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -21,4 +21,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 9, 0) +__version__ = (0, 8, 7) diff --git a/setup.py b/setup.py index 2452a4430..127848730 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ has_setuptools = False from distutils.core import Distribution -dulwich_version_string = '0.9.0' +dulwich_version_string = '0.8.7' include_dirs = [] # Windows MSVC support