.. toctree::
:maxdepth: 2
+ releases/v3.0.2
releases/v3.0.1
releases/v3.0.0
releases/v2.4.1
--- /dev/null
+What's new in Tornado 3.0.2
+===========================
+
+Jun 2, 2013
+-----------
+
+* `tornado.auth.TwitterMixin` now defaults to version 1.1 of the
+ Twitter API, instead of version 1.0 which is being `discontinued on
+ June 11 <https://dev.twitter.com/calendar>`_. It also now uses HTTPS
+ when talking to Twitter.
+* Fixed a potential memory leak with a long chain of `.gen.coroutine`
+ or `.gen.engine` functions.
kwargs = {}
-version = "3.0.1"
+version = "3.0.2"
with open('README.rst') as f:
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 = "3.0.1"
-version_info = (3, 0, 1, 0)
+version = "3.0.2"
+version_info = (3, 0, 2, 0)