Skip to content

Commit

Permalink
Ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider committed Sep 21, 2014
1 parent fbfae69 commit 0864fa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider <[email protected]>

* 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

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"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"
])

0 comments on commit 0864fa4

Please sign in to comment.