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(