Repository: qpid-python Updated Branches: refs/heads/1.36.x fda959401 -> d87998ce1
QPID-7691: Update the release branch version for RC1 Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/d87998ce Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/d87998ce Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/d87998ce Branch: refs/heads/1.36.x Commit: d87998ce11a988ff04ac87f3b56c3aacfbfcf033 Parents: fda9594 Author: Justin Ross <[email protected]> Authored: Fri Mar 3 16:27:16 2017 -0800 Committer: Justin Ross <[email protected]> Committed: Fri Mar 3 16:32:11 2017 -0800 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/d87998ce/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index ff4215c..249f997 100755 --- a/setup.py +++ b/setup.py @@ -303,7 +303,7 @@ if platform.system() == "Windows": scripts.append("qpid-python-test.bat") setup(name="qpid-python", - version="1.36.0-SNAPSHOT", + version="1.36.0", author="Apache Qpid", author_email="[email protected]", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
