summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2018-09-07 10:57:36 -0700
committerJoe Gordon <jogo@pinterest.com>2018-09-12 14:36:16 -0700
commitd2c719f8918ee1da38151178ec78b203ee9a0507 (patch)
tree0ef257241ed7b531fd50a3664052cbcd862d04a8
parenta9ab463520c9af648ad852ea6aeaa6b11576eae4 (diff)
downloadpymemcache-d2c719f8918ee1da38151178ec78b203ee9a0507.tar.gz
Bump version to 2.0.0
-rw-r--r--ChangeLog.rst1
-rw-r--r--pymemcache/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6e2aa79..9bb4108 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -8,6 +8,7 @@ New in version 2.0.0
* Properly batch Client.set_many() call. `PR#182 <https://github.com/pinterest/pymemcache/pull/182>`_
* Improve _check_key() and _store_cmd() performance. `PR#183 <https://github.com/pinterest/pymemcache/pull/183>`_
* Properly batch Client.delete_many() call. `PR#184 <https://github.com/pinterest/pymemcache/pull/184>`_
+* Add option to explicitly set pickle version used by serde. `PR#190 <https://github.com/pinterest/pymemcache/pull/190>`_
New in version 1.4.4
--------------------
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 1d1cde0..77fbd70 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '1.4.4'
+__version__ = '2.0.0'
__author__ = "Charles Gordon"
diff --git a/setup.cfg b/setup.cfg
index 823b446..45c6bc9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.4.4
+current_version = 2.0.0
commit = False
tag = True