--- /dev/null
+What's new in Tornado 6.0.3
+===========================
+
+Jun 22, 2019
+------------
+
+Bug fixes
+~~~~~~~~~
+
+- `.gen.with_timeout` always treats ``asyncio.CancelledError`` as a
+ ``quiet_exception`` (this improves compatibility with Python 3.8,
+ which changed ``CancelledError`` to a ``BaseException``).
+- ``IOStream`` now checks for closed streams earlier, avoiding
+ spurious logged errors in some situations (mainly with websockets).
# 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 = "6.0.2"
-version_info = (6, 0, 2, 0)
+version = "6.0.3"
+version_info = (6, 0, 3, 0)