]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 6.0.dev1
authorBen Darnell <ben@bendarnell.com>
Sat, 14 Jul 2018 15:17:18 +0000 (11:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 14 Jul 2018 15:17:47 +0000 (11:17 -0400)
setup.py
tornado/__init__.py

index ea1827f348ce0d8d2914e82f6560467da6f44ace..e70ba6a07400985bb98b088ac8befca270efe8d6 100644 (file)
--- 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()
index 6bb5ec2096d08478d99e6778cb59edc2cf0c7d13..ae8fd99878559f9b70b000ea5681ebdb9804ef4f 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"
-version_info = (5, 1, 0, 0)
+version = "6.0.dev1"
+version_info = (6, 0, 0, -100)