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:39:10 UTC

qpid-proton git commit: NO-JIRA: bump the python library version to the next release

Repository: qpid-proton
Updated Branches:
  refs/heads/master 55d9f82fe -> ce05826f6


NO-JIRA: bump the python library version to the next 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/ce05826f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ce05826f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ce05826f

Branch: refs/heads/master
Commit: ce05826f64110fa8fe1ff25a8f1965eb9867e142
Parents: 55d9f82
Author: Ken Giusti <kg...@apache.org>
Authored: Mon Feb 22 15:38:59 2016 -0500
Committer: Ken Giusti <kg...@apache.org>
Committed: Mon Feb 22 15:38:59 2016 -0500

----------------------------------------------------------------------
 proton-c/bindings/python/setuputils/bundle.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ce05826f/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..0e31e55 100644
--- a/proton-c/bindings/python/setuputils/bundle.py
+++ b/proton-c/bindings/python/setuputils/bundle.py
@@ -32,10 +32,10 @@ from . import log
 #-----------------------------------------------------------------------------
 # Constants
 #-----------------------------------------------------------------------------
-min_qpid_proton = (0, 12, 0)
+min_qpid_proton = (0, 13, 0)
 min_qpid_proton_str = "%i.%i.%i" % min_qpid_proton
 
-bundled_version = (0, 12, 0)
+bundled_version = (0, 13, 0)
 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