From f225f27d8a0ecc15b4b817e9654a6246d32bf856 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Sep 2009 17:32:59 +0200 Subject: [PATCH] Start on 0.7.0. --- NEWS | 2 ++ setup.py | 2 +- subvertpy/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3ad72104..1ac4d145 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.7.0 UNRELEASED + 0.6.9 2009-09-10 BUG FIXES diff --git a/setup.py b/setup.py index 204869a5..158559cd 100755 --- a/setup.py +++ b/setup.py @@ -297,7 +297,7 @@ def subvertpy_modules(basemodule): ] -subvertpy_version = (0, 6, 9) +subvertpy_version = (0, 7, 0) subvertpy_version_string = ".".join(map(str, subvertpy_version)) diff --git a/subvertpy/__init__.py b/subvertpy/__init__.py index 5798f117..a0eb1745 100644 --- a/subvertpy/__init__.py +++ b/subvertpy/__init__.py @@ -17,7 +17,7 @@ """Python bindings for Subversion.""" __author__ = "Jelmer Vernooij " -__version__ = (0, 6, 9) +__version__ = (0, 7, 0) NODE_DIR = 2 NODE_FILE = 1 -- 2.34.1