mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump to 21.1.0
This commit is contained in:
parent
60b78e3d98
commit
4e12ebe334
@ -16,7 +16,7 @@
|
|||||||
<div class="logo-div">
|
<div class="logo-div">
|
||||||
<div class="latest">
|
<div class="latest">
|
||||||
Latest version: <strong><a
|
Latest version: <strong><a
|
||||||
href="https://docs.gunicorn.org/en/stable/">21.0.1</a></strong>
|
href="https://docs.gunicorn.org/en/stable/">21.1.0</a></strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="logo"><img src="images/logo.jpg" ></div>
|
<div class="logo"><img src="images/logo.jpg" ></div>
|
||||||
|
|||||||
@ -2,6 +2,11 @@
|
|||||||
Changelog - 2023
|
Changelog - 2023
|
||||||
================
|
================
|
||||||
|
|
||||||
|
21.1.0 - 2023-07-18
|
||||||
|
===================
|
||||||
|
|
||||||
|
- fix thread worker: fix socket removal from the queue
|
||||||
|
|
||||||
21.0.1 - 2023-07-17
|
21.0.1 - 2023-07-17
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
21.1.0 - 2023-07-18
|
||||||
|
===================
|
||||||
|
|
||||||
|
- fix thread worker: fix socket removal from the queue
|
||||||
|
|
||||||
21.0.1 - 2023-07-17
|
21.0.1 - 2023-07-17
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# This file is part of gunicorn released under the MIT license.
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# See the NOTICE for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
version_info = (21, 0, 1)
|
version_info = (21, 1, 0)
|
||||||
__version__ = ".".join([str(v) for v in version_info])
|
__version__ = ".".join([str(v) for v in version_info])
|
||||||
SERVER = "gunicorn"
|
SERVER = "gunicorn"
|
||||||
SERVER_SOFTWARE = "%s/%s" % (SERVER, __version__)
|
SERVER_SOFTWARE = "%s/%s" % (SERVER, __version__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user