Skip to content

Commit

Permalink
bump to 19.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 19, 2016
1 parent 6c3d8f9 commit 92f7d27
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 = (19, 4, 5)
version_info = (19, 5, 0)
__version__ = ".".join([str(v) for v in version_info])
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 comments on commit 92f7d27

Please sign in to comment.