bump to 0.17.3

This commit is contained in:
benoitc 2013-04-18 16:46:41 +02:00
parent 1a1c9572ef
commit b263f21646

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