diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 7a5d3db2..3dcf4e2e 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -50,7 +50,7 @@
News
-
0.5.2 / 2010-02-22
+
0.6 / 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.
diff --git a/doc/site/news.rst b/doc/site/news.rst
index 00be463e..eeedb3d7 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -4,7 +4,7 @@ title: News
News
====
-0.5.2 / 2010-02-22
+0.6 / 2010-02-22
------------------
* Added setproctitle
diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py
index 40a50442..96e0d6e1 100644
--- a/gunicorn/__init__.py
+++ b/gunicorn/__init__.py
@@ -4,4 +4,4 @@
# See the NOTICE for more information.
-__version__ = "0.5.2"
+__version__ = "0.6"