From 916cf3d45e14c2eee4143418e1eef5650d21a4fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Feb 2010 13:42:11 +0100 Subject: [PATCH] Mark current version as 0.5.0 --- NEWS | 2 +- dulwich/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b6766dfad..1be0a21be 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.4.2 UNRELEASED +0.5.0 UNRELEASED BUG FIXES diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 442e6f66e..cbf300990 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -27,4 +27,4 @@ import repo import server -__version__ = (0, 4, 2) +__version__ = (0, 5, 0) diff --git a/setup.py b/setup.py index 0b0f219e2..b2cb3a0ce 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: from distutils.core import setup, Extension -dulwich_version_string = '0.4.2' +dulwich_version_string = '0.5.0' include_dirs = [] # Windows MSVC support