File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1616 < div class ="logo-div ">
1717 < div class ="latest ">
1818 Latest version: < strong > < a
19- href ="https://docs.gunicorn.org/en/stable/ "> 21.0.0 </ a > </ strong >
19+ href ="https://docs.gunicorn.org/en/stable/ "> 21.0.1 </ a > </ strong >
2020 </ div >
2121
2222 < div class ="logo "> < img src ="images/logo.jpg " > </ div >
Original file line number Diff line number Diff line change 22Changelog - 2023
33================
44
5+ 21.0.1 - 2023-07-17
6+ ===================
7+
8+ - fix documentation build
9+
51021.0.0 - 2023-07-17
611===================
712
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 21.0.1 - 2023-07-17
6+ ===================
7+
8+ - fix documentation build
9+
51021.0.0 - 2023-07-17
611===================
712
Original file line number Diff line number Diff line change 33# This file is part of gunicorn released under the MIT license.
44# See the NOTICE for more information.
55
6- version_info = (21 , 0 , 0 )
6+ version_info = (21 , 0 , 1 )
77__version__ = "." .join ([str (v ) for v in version_info ])
88SERVER = "gunicorn"
99SERVER_SOFTWARE = "%s/%s" % (SERVER , __version__ )
You can’t perform that action at this time.
0 commit comments