summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-09-21 13:41:24 -0600
committerSean Reifschneider <jafo@tummy.com>2014-09-21 13:41:24 -0600
commit0864fa4c50aeab49e1adb4551730fa0dacff4889 (patch)
treeabd62bd707c8d5c8e4144587e3859fad014c0613
parentfbfae698fab2be8a6621ed0f2c6f04fa35c2579b (diff)
downloadpython-memcached-release-1.54.tar.gz
Ready for release.release-1.54
-rw-r--r--ChangeLog8
-rw-r--r--setup.py8
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a56efeb..4c44367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider <jafo@tummy.com>
+
+ * 1.54 release.
+
+ * Numerous patches to attempt to get Python 3 working, but
+ tests are still failing under Python 3, so this code is not ready
+ yet.
+
* MemcachedKeyCharacterError better describes key problem.
Suggested by Roy Smith
diff --git a/setup.py b/setup.py
index f105bf2..2a01f84 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ setup(name="python-memcached",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
- "Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.2",
- "Programming Language :: Python :: 3.3",
- "Programming Language :: Python :: 3.4"
+# "Programming Language :: Python :: 3",
+# "Programming Language :: Python :: 3.2",
+# "Programming Language :: Python :: 3.3",
+# "Programming Language :: Python :: 3.4"
])