bump version to 0.2.1

This commit is contained in:
Benoit Chesneau 2010-01-26 02:03:23 +01:00
parent c41b0c6903
commit 58c759b914
2 changed files with 1 additions and 11 deletions

View File

@ -66,16 +66,6 @@ gunicorn as main server::
host = 127.0.0.1 host = 127.0.0.1
port = 5000 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 Kernel Parameters
----------------- -----------------

View File

@ -9,7 +9,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'gunicorn', name = 'gunicorn',
version = '0.3', version = '0.2.1',
description = 'WSGI HTTP Server for UNIX', description = 'WSGI HTTP Server for UNIX',
long_description = file( long_description = file(