diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 22fb60f7..fa07d727 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -48,7 +48,12 @@
News
-
0.5 / 2010-02-20
+
0.5.1 / 2010-02-21
+
+
+
0.5 / 2010-02-20
- Added configuration file handler.
- Added support for pre/post fork hooks
@@ -63,6 +68,7 @@
- Allow multiple keys in request and response headers
+
diff --git a/doc/site/news.rst b/doc/site/news.rst
index d1c933a6..7984edf5 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -4,6 +4,10 @@ title: News
News
====
+0.5.1 / 2010-02-21
+
+* Fix umask
+
0.5 / 2010-02-20
----------------
diff --git a/gunicorn/__init__.py b/gunicorn/__init__.py
index e95cc5fc..5b2f7134 100644
--- a/gunicorn/__init__.py
+++ b/gunicorn/__init__.py
@@ -4,4 +4,4 @@
# See the NOTICE for more information.
-__version__ = "0.5"
+__version__ = "0.5.1"