Start on 0.9.2.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 6 May 2013 22:55:11 +0000 (23:55 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 6 May 2013 22:55:11 +0000 (23:55 +0100)
NEWS
setup.py
subvertpy/__init__.py

diff --git a/NEWS b/NEWS
index 56876f1c8318d819335f403600ed8ef970c28c94..e7b5895d86413c220ed80d4d486b80497d4a3cda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.9.2  UNRELEASED
+
 0.9.1  2013-05-06
 
  CHANGES
index 8eeba9dbfc1b18713c58a5f151c3b8b3c9f3764e..fd70d89e635156616867395bba36a3594f3e53af 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -344,7 +344,7 @@ def subvertpy_modules():
         ]
 
 
-subvertpy_version = (0, 9, 1)
+subvertpy_version = (0, 9, 2)
 subvertpy_version_string = ".".join(map(str, subvertpy_version))
 
 
index 5ab92465963158011131d0da334d11336df9068e..281be31afb7d88ba048b09d639fd98e40640fab5 100644 (file)
@@ -17,7 +17,7 @@
 """Python bindings for Subversion."""
 
 __author__ = "Jelmer Vernooij <jelmer@samba.org>"
-__version__ = (0, 9, 1)
+__version__ = (0, 9, 2)
 
 NODE_DIR = 2
 NODE_FILE = 1