mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bump version to 0.2.1
This commit is contained in:
parent
c41b0c6903
commit
58c759b914
10
README.rst
10
README.rst
@ -65,16 +65,6 @@ gunicorn as main server::
|
|||||||
use = egg:gunicorn#main
|
use = egg:gunicorn#main
|
||||||
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
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user