diff options
author | Charles Gordon <charles@pinterest.com> | 2015-07-25 21:17:02 -0700 |
---|---|---|
committer | Charles Gordon <charles@pinterest.com> | 2015-07-25 21:17:02 -0700 |
commit | 787f06974c01b50605aa8279c6fe894cab333419 (patch) | |
tree | bcf113ce716e715332da4ca0d21f311f7603af0d | |
parent | c6a5d9080b8c70c987abee5f4fde0f38a26ce41f (diff) | |
download | pymemcache-787f06974c01b50605aa8279c6fe894cab333419.tar.gz |
release 1.3.21.3.2
-rw-r--r-- | ChangeLog.rst | 2 | ||||
-rw-r--r-- | pymemcache/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 86318b2..c415a4f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,6 @@ Change Log ========== -New in version 1.3.1 +New in version 1.3.2 -------------------- * Making the location of Memcache Exceptions backwards compatible. New in version 1.3.0 diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py index 72837bd..e398332 100644 --- a/pymemcache/__init__.py +++ b/pymemcache/__init__.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.3.2' |