We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b118b commit 325c802Copy full SHA for 325c802
gunicorn/__init__.py
@@ -2,7 +2,7 @@
2
# This file is part of gunicorn released under the MIT license.
3
# See the NOTICE for more information.
4
5
-version_info = (23, 0, 0)
+version_info = (23, 1, 0)
6
__version__ = ".".join([str(v) for v in version_info])
7
SERVER = "gunicorn"
8
SERVER_SOFTWARE = "%s/%s" % (SERVER, __version__)
0 commit comments