Release 0.6.1 subvertpy-0.6.1
authorJelmer Vernooij <jelmer@samba.org>
Sat, 24 Jan 2009 00:51:37 +0000 (01:51 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 24 Jan 2009 00:51:37 +0000 (01:51 +0100)
NEWS
setup.py
subvertpy/__init__.py

diff --git a/NEWS b/NEWS
index 1ed69888469245ab8f1fba80bf48f9c7553317dc..ffaa7e052890a733411befa027c933c9ffe9c841 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.6.1  UNRELEASED
+0.6.1  2009-01-25
 
  * Fixed bdist_rpm. (#311712)
 
index f58a4cee0527cb94e15b93adc3b31303fd8f365a..4722f66b3e0f0364980e5e1fb69153b93b508ebf 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -301,7 +301,7 @@ def subvertpy_modules(basemodule):
         ]
 
 
-subvertpy_version = (0, 6, 0)
+subvertpy_version = (0, 6, 1)
 subvertpy_version_string = ".".join(map(str, subvertpy_version))
 
 
index 7c4ab7baae87974bcc3a7c757c55ebd6c35710ef..f0a6657c4a3f5321f089ca61d238f589352a2f79 100644 (file)
@@ -17,7 +17,7 @@
 """Python bindings for Subversion."""
 
 __author__ = "Jelmer Vernooij <jelmer@samba.org>"
-__version__ = (0, 6, 0)
+__version__ = (0, 6, 1)
 
 NODE_DIR = 2
 NODE_FILE = 1