From bf07a69e0e124d4d19a844a8e35a2d5831f23109 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 7 Dec 2015 14:55:27 -0800 Subject: [PATCH] fix release version Change-Id: I0237adbcbd6249bab12ab1624b78b537511fc971 --- ChangeLog | 5 +++-- setup.cfg | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a3ce94..1e7624c 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 3d97de0..290c1ba 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 =