From: Ben Darnell Date: Sat, 14 Jul 2018 15:17:18 +0000 (-0400) Subject: Set version number to 6.0.dev1 X-Git-Tag: v6.0.0b1~48^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c0ceff1ab1123366bbef0f86904d974684939c;p=thirdparty%2Ftornado.git Set version number to 6.0.dev1 --- diff --git a/setup.py b/setup.py index ea1827f34..e70ba6a07 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ MacOS users should run: kwargs = {} -version = "5.1" +version = "6.0.dev1" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index 6bb5ec209..ae8fd9987 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.1" -version_info = (5, 1, 0, 0) +version = "6.0.dev1" +version_info = (6, 0, 0, -100)