]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version to 5.1.1 2498/head
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 17:50:12 +0000 (13:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Sep 2018 17:55:54 +0000 (13:55 -0400)
setup.py
tornado/__init__.py

index ea1827f348ce0d8d2914e82f6560467da6f44ace..9127c6a697394a4d8b10bd19f3ebfac063b71ae5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ MacOS users should run:
 
 kwargs = {}
 
-version = "5.1"
+version = "5.1.1 "
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 6bb5ec2096d08478d99e6778cb59edc2cf0c7d13..b269cf70785427e700560712de1a13d896b97f1c 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 = "5.1.1"
+version_info = (5, 1, 1, 0)