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/05/19 17:22:01 UTC

[2/2] qpid-proton git commit: NO-JIRA: bump python bindings post-release version for PyPi release

NO-JIRA: bump python bindings post-release version for PyPi 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/0903e55a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0903e55a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0903e55a

Branch: refs/heads/0.11.x
Commit: 0903e55aba0b16841b502895e23b2e15248540e6
Parents: 943ee0e
Author: Ken Giusti <kg...@apache.org>
Authored: Thu May 19 09:25:00 2016 -0400
Committer: Ken Giusti <kg...@apache.org>
Committed: Thu May 19 09:56:53 2016 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0903e55a/proton-c/bindings/python/setup.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setup.py b/proton-c/bindings/python/setup.py
index db9bfca..288eb6a 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,
+      version=bundle.bundled_version_str + ".post1",
       description='An AMQP based messaging library.',
       author='Apache Qpid',
       author_email='proton@qpid.apache.org',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org