summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:39:49 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:39:49 -0700
commite1b5606c5d020f4c3b9a8868d3c9b07c5c4aaf6d (patch)
tree93c1452cdea7e9cc8bf8b867cbe3b3ca545a3175
parent7ffe51cfd4494db2f4557da40c9ae293a8877ac1 (diff)
downloadpymemcache-release-138.tar.gz
Bump version to 1.3.8release-138
-rw-r--r--docs/conf.py2
-rw-r--r--pymemcache/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1a95bdc..2e360e7 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.7'
+release = u'1.3.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index b1ea50b..81e97bb 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '1.3.7'
+__version__ = '1.3.8'
__author__ = "Charles Gordon"
diff --git a/setup.cfg b/setup.cfg
index 989aef8..82d8d51 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.7
+current_version = 1.3.8
commit = False
tag = True