Repository: qpid-python Updated Branches: refs/heads/1.35.x [created] 3d9ca5204
QPID-7354: Update the release branch version Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/3d9ca520 Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/3d9ca520 Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/3d9ca520 Branch: refs/heads/1.35.x Commit: 3d9ca520492c3c7a2b1086d51789c27c3bbc35a7 Parents: 4bde31c Author: Justin Ross <[email protected]> Authored: Mon Aug 8 15:43:41 2016 -0700 Committer: Justin Ross <[email protected]> Committed: Mon Aug 8 15:43:41 2016 -0700 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/3d9ca520/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index fece3d9..3531b3f 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="0.35", + version="1.35.0-beta", 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]
