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 5257d92 commit 50a2cb6Copy full SHA for 50a2cb6
gunicorn/__init__.py
@@ -3,6 +3,6 @@
3
# This file is part of gunicorn released under the MIT license.
4
# See the NOTICE for more information.
5
6
-version_info = (20, 0, 2)
+version_info = (20, 0, 3)
7
__version__ = ".".join([str(v) for v in version_info])
8
SERVER_SOFTWARE = "gunicorn/%s" % __version__
0 commit comments