From 86736e448dcf8d494bdd11cb27125b15dd80d146 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 27 Feb 2010 23:37:54 +0100 Subject: [PATCH] help report, bump version in trunk. --- gunicorn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py index 8c854e5a..bf2822a4 100644 --- a/gunicorn/__init__.py +++ b/gunicorn/__init__.py @@ -4,4 +4,4 @@ # See the NOTICE for more information. -__version__ = "0.6.1" +__version__ = "0.6.2"