From 58c759b91478bb784fb39fb157bcf17e2c501184 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Tue, 26 Jan 2010 02:03:23 +0100 Subject: [PATCH] bump version to 0.2.1 --- README.rst | 10 ---------- setup.py | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 4d7b273b..62d4abde 100644 --- a/README.rst +++ b/README.rst @@ -65,16 +65,6 @@ gunicorn as main server:: use = egg:gunicorn#main host = 127.0.0.1 port = 5000 - - -**WARNING:** - -If you get the following error : - - AssertionError: The EvalException middleware is not usable in a multi-process environment - -you have to set the debug option in your paste configuration file to False. - Kernel Parameters ----------------- diff --git a/setup.py b/setup.py index 695a8120..59de51b8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages setup( name = 'gunicorn', - version = '0.3', + version = '0.2.1', description = 'WSGI HTTP Server for UNIX', long_description = file(