Set version to v2.6.0.
diff --git a/CHANGES.rst b/CHANGES.rst
index 9c02355..cbdcaec 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud 2.6.0
+--------------------------------
 
 General
 ~~~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 94a6b1a..93d8714 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '2.5.1-dev'
+version = '2.6.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.5.1-dev'
+release = '2.6.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index bc6f7f5..65df878 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@
     'enable_debug'
 ]
 
-__version__ = '2.5.1-dev'
+__version__ = '2.6.0'
 
 
 def enable_debug(fo):