diff --git a/doc/site/news.rst b/doc/site/news.rst index 5516b366..98cbcf8b 100644 --- a/doc/site/news.rst +++ b/doc/site/news.rst @@ -4,11 +4,11 @@ title: News News ==== -0.5.1 / 2010-02-24 +0.5.1 / 2010-02-22 ------------------ * Added setproctitle -* Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers +* Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers. 0.5.1 / 2010-02-22 ------------------ diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py index 5b2f7134..40a50442 100644 --- a/gunicorn/__init__.py +++ b/gunicorn/__init__.py @@ -4,4 +4,4 @@ # See the NOTICE for more information. -__version__ = "0.5.1" +__version__ = "0.5.2"