Start on 0.8.8.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 19 Sep 2011 16:29:13 +0000 (18:29 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 19 Sep 2011 16:29:13 +0000 (18:29 +0200)
NEWS
setup.py
subvertpy/__init__.py

diff --git a/NEWS b/NEWS
index 571bc9a88f8c741e4bdda7e918c7b80fe26f31b8..1185283b5bf535a5a39541abd8d29d73544344ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.8.8  UNRELEASED
+
 0.8.7  2011-09-19
 
  BUG FIXES
index 16348f8544542d6798ce585a0cb463b531c1e5fc..c3057e5726a4a7c6e415f88b146e0e66428c2b30 100755 (executable)
--- 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))
 
 
index af405c47b7ca454c2aeafbd6111c881e6fed575a..ab206857df045d47515384817de176d1ce82d08f 100644 (file)
@@ -17,7 +17,7 @@
 """Python bindings for Subversion."""
 
 __author__ = "Jelmer Vernooij <jelmer@samba.org>"
-__version__ = (0, 8, 7)
+__version__ = (0, 8, 8)
 
 NODE_DIR = 2
 NODE_FILE = 1