What's new in Tornado 5.0
=========================
-In progress
+Mar 5, 2018
-----------
Highlights
garbage collection.
- `.RedirectHandler` now copies any query arguments from the request
to the redirect location.
+- If both ``If-None-Match`` and ``If-Modified-Since`` headers are present
+ in a request to `.StaticFileHandler`, the latter is now ignored.
`tornado.websocket`
~~~~~~~~~~~~~~~~~~~
kwargs = {}
-version = "5.0b1"
+version = "5.0"
with open('README.rst') as f:
kwargs['long_description'] = f.read()
# 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.0b1"
-version_info = (5, 0, 0, -98)
+version = "5.0"
+version_info = (5, 0, 0, 0)