File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ="http://docs.gunicorn.org/en/stable "> 19.8.0 </ a > </ strong >
19+ href ="http://docs.gunicorn.org/en/stable "> 19.8.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
33=========
44
5+ 19.8.1 / 2018/04/30
6+ ===================
7+
8+ - fix: secure scheme headers when bound to a unix socket
9+ (:issue: `1766 `, :pr: `1767 `)
10+
51119.8.0 / 2018/04/28
612===================
713
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 = (19 , 8 , 0 )
6+ version_info = (19 , 8 , 1 )
77__version__ = "." .join ([str (v ) for v in version_info ])
88SERVER_SOFTWARE = "gunicorn/%s" % __version__
You can’t perform that action at this time.
0 commit comments