summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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