From ab6220784cb09799e82e0738117e3a9988df1cdd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2011 18:29:13 +0200 Subject: [PATCH] Start on 0.8.8. --- NEWS | 2 ++ setup.py | 2 +- subvertpy/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 571bc9a8..1185283b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.8.8 UNRELEASED + 0.8.7 2011-09-19 BUG FIXES diff --git a/setup.py b/setup.py index 16348f85..c3057e57 100755 --- a/setup.py +++ b/setup.py @@ -345,7 +345,7 @@ def subvertpy_modules(): ] -subvertpy_version = (0, 8, 7) +subvertpy_version = (0, 8, 8) subvertpy_version_string = ".".join(map(str, subvertpy_version)) diff --git a/subvertpy/__init__.py b/subvertpy/__init__.py index af405c47..ab206857 100644 --- a/subvertpy/__init__.py +++ b/subvertpy/__init__.py @@ -17,7 +17,7 @@ """Python bindings for Subversion.""" __author__ = "Jelmer Vernooij " -__version__ = (0, 8, 7) +__version__ = (0, 8, 8) NODE_DIR = 2 NODE_FILE = 1 -- 2.34.1