bump to 0.14.1

This commit is contained in:
benoitc 2012-03-04 08:29:57 +01:00
parent 88cde80c9f
commit 8292ab071d

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, 14, 0)
version_info = (0, 14, 1)
__version__ = ".".join(map(str, version_info))
SERVER_SOFTWARE = "gunicorn/%s" % __version__