Skip to content

Commit 6f601a0

Browse files
committed
Bump version to 25.2.0
1 parent 22443a8 commit 6f601a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<span id="news"></span>
22
# Changelog
33

4-
## unreleased
4+
## 25.2.0 - 2026-03-24
55

66
### New Features
77

gunicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of gunicorn released under the MIT license.
33
# See the NOTICE for more information.
44

5-
version_info = (25, 1, 0)
5+
version_info = (25, 2, 0)
66
__version__ = ".".join([str(v) for v in version_info])
77
SERVER = "gunicorn"
88
SERVER_SOFTWARE = "%s/%s" % (SERVER, __version__)

0 commit comments

Comments
 (0)