From: Ben Darnell Date: Mon, 5 Mar 2018 14:14:25 +0000 (-0500) Subject: Bump master version to 5.1.dev1 X-Git-Tag: v5.1.0b1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a73d592bcb0fa0a0a3f9a8bb22282ebe89c967b;p=thirdparty%2Ftornado.git Bump master version to 5.1.dev1 --- diff --git a/setup.py b/setup.py index b9a0b71dd..2bfa07578 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx kwargs = {} -version = "5.0" +version = "5.1.dev1" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index 73e991551..9a9d2202e 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -24,5 +24,5 @@ from __future__ import absolute_import, division, print_function # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -version = "5.0" -version_info = (5, 0, 0, 0) +version = "5.1.dev1" +version_info = (5, 1, 0, -100)