summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-03 16:16:34 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-03 16:16:34 -0700
commit9aaa8398dbda9c5042d41c270eb5eb9523480171 (patch)
tree7dbb5d7601f89c1f22f489c4ac98da9801e89e44
parentb7c9e99fb0c47ae4b85c87f8fa7e346a0d0967da (diff)
downloadpymemcache-9aaa8398dbda9c5042d41c270eb5eb9523480171.tar.gz
Final touches for 1.3.7
-rw-r--r--ChangeLog.rst10
-rw-r--r--docs/conf.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index d22bc68..053976f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,15 @@
Change Log
==========
+New in version 1.3.7
+--------------------
+* default parameter on get(key, default=0)
+* fixed docs to autogenerate themselves with sphinx
+* fix linter to work with python3
+* improve error message on illegal Input for the key
+* refactor stat parsing
+* fix MockMemcacheClient
+* fix unicode char in middle of key bug
+
New in version 1.3.6
--------------------
* Fix flake8 and cleanup tox building
diff --git a/docs/conf.py b/docs/conf.py
index cc2f9d2..1a95bdc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -66,7 +66,7 @@ author = u'Charles Gordon, Nicholas Charriere'
# The short X.Y version.
version = u'1.3'
# The full version, including alpha/beta/rc tags.
-release = u'1.3.6'
+release = u'1.3.7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.