Repository: qpid-python Updated Branches: refs/heads/master fda959401 -> 11bc3d7b9
QPID-7691: Bump the version on master Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/11bc3d7b Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/11bc3d7b Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/11bc3d7b Branch: refs/heads/master Commit: 11bc3d7b976a63d1baa7950e84d95d0bc5c67e78 Parents: fda9594 Author: Justin Ross <[email protected]> Authored: Fri Mar 3 16:39:34 2017 -0800 Committer: Justin Ross <[email protected]> Committed: Fri Mar 3 16:39:34 2017 -0800 ---------------------------------------------------------------------- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-python/blob/11bc3d7b/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index ff4215c..71087d4 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.37.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]
