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

@ -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
-----------------

View File

@ -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(