Skip to content

Commit

Permalink
bump to 20.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 25, 2019
1 parent 5257d92 commit 50a2cb6
Showing 1 changed file with 1 addition and 1 deletion.
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, 2)
version_info = (20, 0, 3)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit 50a2cb6

Please sign in to comment.