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 22443a8 commit 6f601a0Copy full SHA for 6f601a0
docs/content/news.md
@@ -1,7 +1,7 @@
1
<span id="news"></span>
2
# Changelog
3
4
-## unreleased
+## 25.2.0 - 2026-03-24
5
6
### New Features
7
gunicorn/__init__.py
@@ -2,7 +2,7 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
-version_info = (25, 1, 0)
+version_info = (25, 2, 0)
__version__ = ".".join([str(v) for v in version_info])
SERVER = "gunicorn"
8
SERVER_SOFTWARE = "%s/%s" % (SERVER, __version__)
0 commit comments