summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst5
-rw-r--r--setup.cfg7
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a315f9d..d22bc68 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,10 @@
Change Log
==========
+New in version 1.3.6
+--------------------
+* Fix flake8 and cleanup tox building
+* Fix security vulnerability by sanitizing key input
+
New in version 1.3.5
--------------------
* Bug fix for HashClient when retries is set to zero.
diff --git a/setup.cfg b/setup.cfg
index 1d01583..dab5e38 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,3 +20,10 @@ markers =
[flake8]
show-source = True
+
+[bumpversion]
+current_version = 1.3.5
+commit = False
+tag = True
+
+[bumpversion:file:pymemcache/__init__.py]