summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2015-07-24 10:13:08 -0700
committerCharles Gordon <charles@pinterest.com>2015-07-24 10:13:08 -0700
commit1efdb022c04632f4e8fa1ba31f7ecfe7dec865d5 (patch)
treeae04c473032e4b3a56031dc35d95c614f94efd33
parent0a17cead8b29ce20e4ccd264260dd688694af518 (diff)
downloadpymemcache-1efdb022c04632f4e8fa1ba31f7ecfe7dec865d5.tar.gz
release 1.3.0
-rw-r--r--ChangeLog.rst2
-rw-r--r--README.rst1
-rw-r--r--pymemcache/__init__.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 62e2fbc..ed7469c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,6 @@
Change Log
==========
-Unreleased
+New in version 1.3.0
----------
* Python 3 Support
* Introduced HashClient that uses consistent hasing for allocating keys
diff --git a/README.rst b/README.rst
index ea1d1f0..bd30d5b 100644
--- a/README.rst
+++ b/README.rst
@@ -107,3 +107,4 @@ Credits
* `James Socol <http://github.com/jsocol>`_
* `Joshua Harlow <http://github.com/harlowja>`_
* `John Anderson <http://github.com/sontek>`_
+* `Adam Chainz <http://github.com/adamchainz>`_
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 5089ced..19b4f1d 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.9'
+__version__ = '1.3.0'