diff --git a/docs/conf.py b/docs/conf.py
index 34576db68..f1bfbb22b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ copyright = u'Rackspace, based on work by Jacob Kaplan-Moss'
 # The short X.Y version.
 version = '2.5'
 # The full version, including alpha/beta/rc tags.
-release = '2.5.2'
+release = '2.5.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/docs/releases.rst b/docs/releases.rst
index 02eaabeda..f6f4ff53e 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -2,9 +2,10 @@
 Release notes
 =============
 
-2.5.2 (June 15, 2011)
+2.5.2/.3 (June 15, 2011)
 =====================
 * ProjectID can be None for backwards compatability. 
+* README/docs updated for projectId thanks to usrleon
 
 2.5.1 (June 10, 2011)
 =====================
diff --git a/setup.py b/setup.py
index c730f7c72..c03385cef 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info < (2,6):
 
 setup(
     name = "python-novaclient",
-    version = "2.5.2",
+    version = "2.5.3",
     description = "Client library for OpenStack Nova API",
     long_description = read('README.rst'),
     url = 'https://github.com/rackspace/python-novaclient',