From e1b5606c5d020f4c3b9a8868d3c9b07c5c4aaf6d Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Tue, 4 Oct 2016 10:39:49 -0700 Subject: Bump version to 1.3.8 --- docs/conf.py | 2 +- pymemcache/__init__.py | 2 +- setup.cfg | 2 +- 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 -- cgit v1.2.1