summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-11-05 11:15:37 -0700
committerNicholas Charriere <nicholas@urx.com>2016-11-05 17:40:36 -0700
commite93285070ae787795921209791512a66155c11cc (patch)
tree35e0d29d6cf0cd2913f83f62edb58c997560b981
parent8d7898b59a2f97187cb4c671c35af99b79e41aa3 (diff)
downloadpymemcache-prerelease-140.tar.gz
Bump version to 1.4.0prerelease-140
-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 2e360e7..55b8002 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.8'
+release = u'1.4.0'
# 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 81e97bb..acf18f8 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '1.3.8'
+__version__ = '1.4.0'
__author__ = "Charles Gordon"
diff --git a/setup.cfg b/setup.cfg
index b57b92b..f38836b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.8
+current_version = 1.4.0
commit = False
tag = True