diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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", |
