Repository: qpid-proton Updated Branches: refs/heads/0.12.x 3df466fb3 -> 5ca2093cb
NO-JIRA: bump python binding install version Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5ca2093c Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5ca2093c Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5ca2093c Branch: refs/heads/0.12.x Commit: 5ca2093cb210e82c4d22d75f2fd9defb0a76eb5d Parents: 3df466f Author: Ken Giusti <[email protected]> Authored: Wed Mar 23 15:23:21 2016 -0400 Committer: Ken Giusti <[email protected]> Committed: Wed Mar 23 15:23:21 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/5ca2093c/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 6b03ddc..a0eb160 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, 1) +bundled_version = (0, 12, 2) 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]
