Repository: qpid-proton Updated Branches: refs/heads/0.13.x 8402e13a1 -> 47a368d6a
NO-JIRA: bump point release version for python bindings Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/47a368d6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/47a368d6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/47a368d6 Branch: refs/heads/0.13.x Commit: 47a368d6aa1d80b023bba5e5ed1ae7ba9f1bc5af Parents: 8402e13 Author: Ken Giusti <[email protected]> Authored: Thu Jun 16 09:36:09 2016 -0400 Committer: Ken Giusti <[email protected]> Committed: Thu Jun 16 09:36:09 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/47a368d6/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 81914b1..c0fde8a 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, 0) +bundled_version = (0, 13, 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]
