Skip to content

Commit 5d0c778

Browse files
committed
bump to 20.0.4
1 parent 67cb620 commit 5d0c778

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/news.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
==========
5+
20.0.4 / 2019/11/26
6+
===================
77

8+
- fix binding a socket using the file descriptor
89
- remove support for the `bdist_rpm` build
910

1011
20.0.3 / 2019/11/24

gunicorn/__init__.py

+1-1
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 = (20, 0, 3)
6+
version_info = (20, 0, 4)
77
__version__ = ".".join([str(v) for v in version_info])
88
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 commit comments

Comments
 (0)