Repository: qpid-python Updated Branches: refs/heads/1.36.x d87998ce1 -> a76339493
QPID-7691: Restore snapshot 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/a7633949 Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/a7633949 Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/a7633949 Branch: refs/heads/1.36.x Commit: a763394938a4530f9a3ee9dc6e129e293babd121 Parents: d87998c Author: Justin Ross <[email protected]> Authored: Fri Mar 3 16:37:51 2017 -0800 Committer: Justin Ross <[email protected]> Committed: Fri Mar 3 16:37:51 2017 -0800 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/a7633949/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 249f997..ff4215c 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", + version="1.36.0-SNAPSHOT", 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]
