PROTON-885: revert minimum version to 0.9
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/a18a8484 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/a18a8484 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/a18a8484 Branch: refs/heads/0.9.x Commit: a18a8484241ae7846fd1b5e832c66c3093110b99 Parents: a117035 Author: Ken Giusti <[email protected]> Authored: Wed May 27 13:21:33 2015 -0400 Committer: Ken Giusti <[email protected]> Committed: Wed May 27 13:21:33 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/a18a8484/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 1a2010f..5b894bd 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,1) -min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton +min_qpid_proton = (0,9) +min_qpid_proton_str = "%i.%i" % min_qpid_proton bundled_version = (0,9,1) bundled_version_str = "%i.%i.%i" % bundled_version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
