We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bfe9e commit 911f705Copy full SHA for 911f705
docs/source/news.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+20.0.2 / 2019/11/23
6
+===================
7
+
8
+- fix changelog
9
10
20.0.1 / 2019/11/23
11
===================
12
gunicorn/__init__.py
@@ -3,6 +3,6 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
-version_info = (20, 0, 1)
+version_info = (20, 0, 2)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__
0 commit comments