Skip to content

Commit

Permalink
bump to 20.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 26, 2019
1 parent 67cb620 commit 5d0c778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/source/news.rst
Expand Up @@ -2,9 +2,10 @@
Changelog
=========

Unreleased
==========
20.0.4 / 2019/11/26
===================

- fix binding a socket using the file descriptor
- remove support for the `bdist_rpm` build

20.0.3 / 2019/11/24
Expand Down
2 changes: 1 addition & 1 deletion gunicorn/__init__.py
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 = (20, 0, 3)
version_info = (20, 0, 4)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit 5d0c778

Please sign in to comment.