Skip to content

Commit 911f705

Browse files
committed
bump to 20.0.2
fix changelog
1 parent 83bfe9e commit 911f705

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/news.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
20.0.2 / 2019/11/23
6+
===================
7+
8+
- fix changelog
9+
510
20.0.1 / 2019/11/23
611
===================
712

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

0 commit comments

Comments
 (0)