diff --git a/doc/site/news.rst b/doc/site/news.rst index a3ae1a17..7ca79125 100644 --- a/doc/site/news.rst +++ b/doc/site/news.rst @@ -4,6 +4,12 @@ title: News News ==== +0.6.3 / 2010-03-07 +------------------ + +* Make HTTP parsing faster. +* Some fixes (see `logs `_) + 0.6.2 / 2010-03-01 ------------------ diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py index bf2822a4..9444cb0e 100644 --- a/gunicorn/__init__.py +++ b/gunicorn/__init__.py @@ -4,4 +4,4 @@ # See the NOTICE for more information. -__version__ = "0.6.2" +__version__ = "0.6.3"