Repository: qpid-proton
Updated Branches:
  refs/heads/0.11.x 0903e55ab -> adf759f45


NO-JIRA: update python binding version to 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/adf759f4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/adf759f4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/adf759f4

Branch: refs/heads/0.11.x
Commit: adf759f459e443c93b244db5944152a5a58d61f5
Parents: 0903e55
Author: Ken Giusti <[email protected]>
Authored: Thu May 19 13:26:04 2016 -0400
Committer: Ken Giusti <[email protected]>
Committed: Thu May 19 13:26:04 2016 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/setup.py             | 2 +-
 proton-c/bindings/python/setuputils/bundle.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/adf759f4/proton-c/bindings/python/setup.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setup.py 
b/proton-c/bindings/python/setup.py
index 288eb6a..db9bfca 100755
--- a/proton-c/bindings/python/setup.py
+++ b/proton-c/bindings/python/setup.py
@@ -366,7 +366,7 @@ cmdclass = {'configure': Configure,
             'sdist': CheckSDist}
 
 setup(name='python-qpid-proton',
-      version=bundle.bundled_version_str + ".post1",
+      version=bundle.bundled_version_str,
       description='An AMQP based messaging library.',
       author='Apache Qpid',
       author_email='[email protected]',

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/adf759f4/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 4f3f744..1b2a3b0 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, 1)
+bundled_version = (0, 11, 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]

Reply via email to