summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-12-07 14:55:27 -0800
committerJohn Dickinson <me@not.mn>2015-12-07 14:55:30 -0800
commitbf07a69e0e124d4d19a844a8e35a2d5831f23109 (patch)
tree3d149f236076ee179315d620174fb1764868c4ea
parent2d6e96d2f948c582703ae7a997d21f7167da93e4 (diff)
downloadpython-swiftclient-2.7.0.tar.gz
fix release version2.7.0
Change-Id: I0237adbcbd6249bab12ab1624b78b537511fc971
-rw-r--r--ChangeLog5
-rw-r--r--setup.cfg2
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 =