NO-JIRA: bump python version to match release

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6fe785d8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6fe785d8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6fe785d8

Branch: refs/heads/0.9.x
Commit: 6fe785d8d5e82c477e00da68e6643372f715bba5
Parents: 02e2eca
Author: Ken Giusti <[email protected]>
Authored: Tue May 26 14:33:54 2015 -0400
Committer: Ken Giusti <[email protected]>
Committed: Tue May 26 14:33:54 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/setuputils/bundle.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6fe785d8/proton-c/bindings/python/setuputils/bundle.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setuputils/bundle.py 
b/proton-c/bindings/python/setuputils/bundle.py
index 498e163..46b1821 100644
--- a/proton-c/bindings/python/setuputils/bundle.py
+++ b/proton-c/bindings/python/setuputils/bundle.py
@@ -32,8 +32,8 @@ from . import log
 #-----------------------------------------------------------------------------
 # Constants
 #-----------------------------------------------------------------------------
-min_qpid_proton = (0, 9)
-min_qpid_proton_str = "%i.%i" % min_qpid_proton
+min_qpid_proton = (0,9,1)
+min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton
 
 bundled_version = (0,9,1)
 bundled_version_str = "%i.%i.%i" % (0,9,1)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to