]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Version bump and release notes for 4.4.3 branch4.4 v4.4.3
authorBen Darnell <ben@bendarnell.com>
Thu, 30 Mar 2017 13:17:36 +0000 (09:17 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 30 Mar 2017 13:17:36 +0000 (09:17 -0400)
docs/releases.rst
docs/releases/v4.4.3.rst [new file with mode: 0644]
setup.py
tornado/__init__.py

index a9bfa1c51f0ed532fdc6ca6183ea417aefcfee41..23f0966d712a3646c3fbb5614dfc25ea820cbdad 100644 (file)
@@ -4,6 +4,7 @@ Release notes
 .. toctree::
    :maxdepth: 2
 
+   releases/v4.4.3
    releases/v4.4.2
    releases/v4.4.1
    releases/v4.4.0
diff --git a/docs/releases/v4.4.3.rst b/docs/releases/v4.4.3.rst
new file mode 100644 (file)
index 0000000..888ca35
--- /dev/null
@@ -0,0 +1,12 @@
+What's new in Tornado 4.4.3
+===========================
+
+Mar 30, 2017
+------------
+
+Bug fixes
+~~~~~~~~~
+
+* The `tornado.auth` module has been updated for compatibility with `a
+  change to Facebook's access_token endpoint.
+  <https://github.com/tornadoweb/tornado/pull/1977>`_
index 8d8109555687191b56f00cddd2ebf92f6b1657a2..0d35a3fd4dce831a33679ea7401fbdab80985e85 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.4.2"
+version = "4.4.3"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 3b10da51fad08ba03a22670ed142ea21266a0ed1..07766a17b1737d92e15433201bc44f858c02c290 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function, with_statement
 # 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.4.2"
-version_info = (4, 4, 2, 0)
+version = "4.4.3"
+version_info = (4, 4, 3, 0)