summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a41deff..e187a94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon, 06 May 2013 07:20:21 -0600 Sean Reifschneider <jafo@tummy.com>
- * 1.49 release.
+ * 1.50 release.
* Client() now takes a "check_keys" option, which defaults to True.
If False, it disables the checking of keys to ensure they have
diff --git a/setup.py b/setup.py
index ffb6f05..f66b227 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ import memcache
setup(name="python-memcached",
version=memcache.__version__,
description="Pure python memcached client",
- long_description=open("README").read(),
+ long_description=open("README.md").read(),
author="Evan Martin",
author_email="martine@danga.com",
maintainer="Sean Reifschneider",