Repository: qpid-proton Updated Branches: refs/heads/master 03b4ac609 -> 08bfb9fae
NO-JIRA: bump python bindings version to 0.14.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/08bfb9fa Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/08bfb9fa Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/08bfb9fa Branch: refs/heads/master Commit: 08bfb9fae688a66b113aa15ffe854e82e81c81f9 Parents: 03b4ac6 Author: Ken Giusti <[email protected]> Authored: Thu Jun 16 09:17:19 2016 -0400 Committer: Ken Giusti <[email protected]> Committed: Thu Jun 16 09:17:19 2016 -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/08bfb9fa/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 81914b1..05c0d06 100644 --- a/proton-c/bindings/python/setuputils/bundle.py +++ b/proton-c/bindings/python/setuputils/bundle.py @@ -32,10 +32,10 @@ from . import log #----------------------------------------------------------------------------- # Constants #----------------------------------------------------------------------------- -min_qpid_proton = (0, 13, 0) +min_qpid_proton = (0, 14, 0) min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton -bundled_version = (0, 13, 0) +bundled_version = (0, 14, 0) bundled_version_str = "%i.%i.%i" % bundled_version libqpid_proton = "qpid-proton-%s.tar.gz" % bundled_version_str libqpid_proton_url = ("http://www.apache.org/dist/qpid/proton/%s/%s" % --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
