diff --git a/doc/site/news.rst b/doc/site/news.rst index a5530f18..bf11fdc2 100644 --- a/doc/site/news.rst +++ b/doc/site/news.rst @@ -4,6 +4,12 @@ title: News News ==== +0.6.5 / 2010-03-11 +------------------ + +- Fix pidfile +- Fix Exception Error + 0.6.4 / 2010-03-08 ------------------ diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py index 44fe0ed5..7bb14ea6 100644 --- a/gunicorn/__init__.py +++ b/gunicorn/__init__.py @@ -4,4 +4,4 @@ # See the NOTICE for more information. -__version__ = "0.6.4" +__version__ = "0.6.5"