]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version to 4.5 v4.5.0
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Apr 2017 23:46:22 +0000 (19:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Apr 2017 23:46:22 +0000 (19:46 -0400)
docs/releases/v4.5.0.rst
setup.py
tornado/__init__.py

index 02f2abae492da53d8a0be19eb9cba93a50538a44..9cdf0ad5c2fe326bff52e1eb5fe9df685ab9fcef 100644 (file)
@@ -1,7 +1,7 @@
 What's new in Tornado 4.5
 =========================
 
-Xxx XX, 2017
+Apr 16, 2017
 ------------
 
 Backwards-compatibility warning
index b529deefbec4e015423b2616a48d9bf0dc92519b..9b152e8cf50d0ed8b62dd43a32c26c5fbe868f1e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.5b2"
+version = "4.5"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index cc48c0fc5fd834b0f9d656f92c57581ca7016c90..f409a6ed7547600ec4446dbd20dcb3e8c7ec1b01 100644 (file)
@@ -25,5 +25,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 = "4.5b2"
-version_info = (4, 5, 0, -98)
+version = "4.5"
+version_info = (4, 5, 0, 0)