bump to 20.0.0

This commit is contained in:
Benoit Chesneau 2019-09-27 01:47:03 +02:00
parent ce03c192f4
commit e6a88dbfcd

View File

@ -3,6 +3,6 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
version_info = (19, 9, 0)
version_info = (20, 0, 0)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__