Repository: qpid-python Updated Branches: refs/heads/master 335853f42 -> ff1332ba9
QPID-8051: update versions for 1.37.0-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/e27a3932 Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/e27a3932 Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/e27a3932 Branch: refs/heads/master Commit: e27a39321d0e248c7aa775dcc67d0517aaef3f07 Parents: 335853f Author: Robert Gemmell <[email protected]> Authored: Wed Nov 22 19:04:19 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Wed Nov 22 19:04:19 2017 +0000 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/e27a3932/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 6e984b2..6bfffbf 100755 --- a/setup.py +++ b/setup.py @@ -300,7 +300,7 @@ class install_lib(_install_lib): scripts = ["qpid-python-test", "qpid-python-test.bat"] setup(name="qpid-python", - version="1.37.0-SNAPSHOT", + version="1.37.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]
