You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2016/02/22 21:46:17 UTC

qpid-proton git commit: NO-JIRA: bump python fix release

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 <kg...@apache.org>
Authored: Mon Feb 22 15:46:10 2016 -0500
Committer: Ken Giusti <kg...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org