Repository: qpid-proton Updated Branches: refs/heads/0.11.x 697dff829 -> 99ee72b89
NO-JIRA: bump python version number Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/99ee72b8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/99ee72b8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/99ee72b8 Branch: refs/heads/0.11.x Commit: 99ee72b897395b0abb72df001709095b498edbc5 Parents: 697dff8 Author: Ken Giusti <[email protected]> Authored: Tue Dec 15 13:08:12 2015 -0500 Committer: Ken Giusti <[email protected]> Committed: Tue Dec 15 13:08:12 2015 -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/99ee72b8/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 ae030e8..235592c 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, 11, 0) min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton -bundled_version = (0, 11, 0) +bundled_version = (0, 11, 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]
