diff --git a/ChangeLog b/ChangeLog
index 9a3ce941..1e7624c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-2.6.1
+2.7.0
 -----
 
-* This is the very last release to support Python 2.6
+* This is the very last release to support Python 2.6. Any further
+  development on the 2.7.x release series will only be for security bugfixes.
 
 * Added content type to CLI object list long-form output
 
diff --git a/setup.cfg b/setup.cfg
index 3d97de06..290c1bad 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,8 @@ classifier =
     Programming Language :: Python :: 2.6
     Programming Language :: Python :: 3
     Programming Language :: Python :: 3.3
+    Programming Language :: Python :: 3.4
+    Programming Language :: Python :: 3.5
 
 [global]
 setup-hooks =