diff options
author | Charles Gordon <charles@pinterest.com> | 2015-04-15 17:32:34 -0700 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2015-04-15 17:32:34 -0700 |
commit | 63d0f42ad04fa2364cf0e8d3f494c54892fad5bd (patch) | |
tree | 71152d97f1514d71d55877cc0b8401aa03316814 /pymemcache/__init__.py | |
parent | 0646937c2bfebdb557ec2c01f0e42a9af79ad49d (diff) | |
download | pymemcache-63d0f42ad04fa2364cf0e8d3f494c54892fad5bd.tar.gz |
Increasing version to 1.2.9, including the addition of PooledClient and associated code
Diffstat (limited to 'pymemcache/__init__.py')
-rw-r--r-- | pymemcache/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py index 6a3fa6e..5089ced 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.2.8' +__version__ = '1.2.9' |