]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump master version to 5.1.dev1
authorBen Darnell <ben@bendarnell.com>
Mon, 5 Mar 2018 14:14:25 +0000 (09:14 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 5 Mar 2018 14:14:25 +0000 (09:14 -0500)
setup.py
tornado/__init__.py

index b9a0b71dd85d2ada5caafb25f60577e35441577a..2bfa07578c1840a66e4d382f1945dee480159b66 100644 (file)
--- 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()
index 73e99155187a4cee7c9e49ecd5d392cc803afb4f..9a9d2202ef91650fc58f2a0b7efe7c9d63cd2534 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.0"
-version_info = (5, 0, 0, 0)
+version = "5.1.dev1"
+version_info = (5, 1, 0, -100)