summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-07-27 13:38:12 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-07-27 13:39:24 -0700
commite1584662944f043c4041dd7ac9bbe9ad46adcb0f (patch)
tree11d96fff89536015e65470aeba1bff04b7636d55
parent1cc52796412bc24c4ca42baa4830e80890fe8b64 (diff)
downloadpymemcache-1.3.6.tar.gz
Preparing for release 1.3.6: adding bumpversion config and changelogv1.3.6
-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]