bump version

This commit is contained in:
benoitc 2011-03-23 09:48:22 +01:00
parent 239010a476
commit 1d00c5e09d

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