Skip to content

Commit 73cc860

Browse files
committed
Release version 19.8.1
1 parent 92ae609 commit 73cc860

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

docs/source/news.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
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+
511
19.8.0 / 2018/04/28
612
===================
713

gunicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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])
88
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 commit comments

Comments
 (0)