Repository: qpid-proton Updated Branches: refs/heads/0.12.x fda572f40 -> 62c70bcb7
NO-JIRA: bump python fix 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/62c70bcb Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/62c70bcb Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/62c70bcb Branch: refs/heads/0.12.x Commit: 62c70bcb7a840f9c5c5f5bd3ce086d66389d3a1d Parents: fda572f Author: Ken Giusti <[email protected]> Authored: Mon Feb 22 15:46:10 2016 -0500 Committer: Ken Giusti <[email protected]> Committed: Mon Feb 22 15:46:10 2016 -0500 ---------------------------------------------------------------------- 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/62c70bcb/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 668bf88..6b03ddc 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, 0) +bundled_version = (0, 12, 1) 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]
