Repository: qpid-proton Updated Branches: refs/heads/0.13.x 1e733f4ed -> d12b0d23e
PROTON-1250: bump 0.13.x 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/d12b0d23 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d12b0d23 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d12b0d23 Branch: refs/heads/0.13.x Commit: d12b0d23eb208048c3d259c2362edc82f97dea73 Parents: 1e733f4 Author: Ken Giusti <[email protected]> Authored: Tue Jul 26 08:44:36 2016 -0400 Committer: Ken Giusti <[email protected]> Committed: Tue Jul 26 08:44:36 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/d12b0d23/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 c0fde8a..0100068 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, 13, 0) min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton -bundled_version = (0, 13, 1) +bundled_version = (0, 13, 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]
