Skip to content

Commit

Permalink
Release version 19.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Apr 28, 2018
1 parent 7beae54 commit 255c05a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="logo-div">
<div class="latest">
Latest version: <strong><a
href="http://docs.gunicorn.org/en/stable">19.7.1</a></strong>
href="http://docs.gunicorn.org/en/stable">19.8.0</a></strong>
</div>

<div class="logo"><img src="images/logo.jpg" ></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

19.8.0 / not released
=====================
19.8.0 / 2018/04/28
===================

- Eventlet 0.21.0 support (:issue:`1584`)
- Tornado 5 support (:issue:`1728`, :pr:`1752`)
Expand Down
2 changes: 1 addition & 1 deletion gunicorn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.

version_info = (19, 7, 1)
version_info = (19, 8, 0)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit 255c05a

Please sign in to comment.