From: Jelmer Vernooij Date: Sat, 16 Oct 2010 17:50:20 +0000 (+0200) Subject: Start on 0.7.0. X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fdulwich-libgit2.git;a=commitdiff_plain;h=7b45c7c020cfd9b8b87f1863b578c2ab711aa350 Start on 0.7.0. --- diff --git a/NEWS b/NEWS index e4f6d4b..c9aae19 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.7.0 UNRELEASED + 0.6.2 2010-10-16 BUG FIXES diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 9d3d860..a454c7c 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -27,4 +27,4 @@ import protocol import repo import server -__version__ = (0, 6, 2) +__version__ = (0, 7, 0) diff --git a/setup.py b/setup.py index c71c961..bd03739 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup, Extension from distutils.core import Distribution -dulwich_version_string = '0.6.2' +dulwich_version_string = '0.7.0' include_dirs = [] # Windows MSVC support