Skip to content

Commit

Permalink
bump to 20.0.2
Browse files Browse the repository at this point in the history
fix changelog
  • Loading branch information
benoitc committed Nov 23, 2019
1 parent 83bfe9e commit 911f705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/news.rst
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

20.0.2 / 2019/11/23
===================

- fix changelog

20.0.1 / 2019/11/23
===================

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

0 comments on commit 911f705

Please sign in to comment.