Bump versions for release
diff --git a/CHANGES.rst b/CHANGES.rst
index 3875a23..c70933e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-Changes with Apache Libcloud in development
+Changes with Apache Libcloud 0.20.0
 -------------------------------------------
 
 General
diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index 313fc22..25f84df 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -5,7 +5,7 @@
 which contains backward incompatible or semi-incompatible changes and how to
 preserve the old behavior when this is possible.
 
-In development
+Libcloud 0.20.0
 --------------
 
 * New optional ``ttl`` argument has been added to ``libcloud.dns.base.Record``
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index be28aa8..dee9765 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -20,7 +20,7 @@
 """
 
 __all__ = ['__version__', 'enable_debug']
-__version__ = '0.19.1-dev'
+__version__ = '0.20.0'
 
 import os
 import codecs