]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 5.1b1 2418/head v5.1.0b1
authorBen Darnell <ben@bendarnell.com>
Mon, 11 Jun 2018 03:25:13 +0000 (23:25 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 11 Jun 2018 03:25:13 +0000 (23:25 -0400)
setup.py
tornado/__init__.py

index 6ba89eb4123bb362013ed5bc5c5915a7c8bdc3f0..6fbb10a892eea2a3f4a1144aaa96157be5257132 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ MacOS users should run:
 
 kwargs = {}
 
-version = "5.1.dev1"
+version = "5.1b1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 9a9d2202ef91650fc58f2a0b7efe7c9d63cd2534..e8922f6f7546642a51c6213f7b71ce7eed72c892 100644 (file)
@@ -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.dev1"
-version_info = (5, 1, 0, -100)
+version = "5.1b1"
+version_info = (5, 1, 0, -99)