Repository: qpid-proton Updated Branches: refs/heads/0.12.x 1071c0850 -> 76ad106b0
NO-JIRA: update python binding version to next 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/76ad106b Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/76ad106b Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/76ad106b Branch: refs/heads/0.12.x Commit: 76ad106b07c0779d1579aea9ef5ac3119a12592f Parents: 1071c08 Author: Ken Giusti <[email protected]> Authored: Thu May 19 13:15:23 2016 -0400 Committer: Ken Giusti <[email protected]> Committed: Thu May 19 13:15:23 2016 -0400 ---------------------------------------------------------------------- proton-c/bindings/python/setuputils/bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/76ad106b/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 2838477..b62b45c 100644 --- a/proton-c/bindings/python/setuputils/bundle.py +++ b/proton-c/bindings/python/setuputils/bundle.py @@ -35,7 +35,7 @@ from . import log min_qpid_proton = (0, 12, 0) min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton -bundled_version = (0, 12, 2) +bundled_version = (0, 12, 3) 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]
