Skip to content

Commit 1699ea5

Browse files
committed
Bump version: 0.26.1 → 0.27.0
1 parent abfe87e commit 1699ea5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.26.1
4+
current_version = 0.27.0
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:docs/conf.py]
9+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.26'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.26.1'
55+
release = '0.27.0'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name='python-binary-memcached',
4-
version='0.26.1',
4+
version='0.27.0',
55
author='Jayson Reis',
66
author_email='santosdosreis@gmail.com',
77
description='A pure python module to access memcached via its binary protocol with SASL auth support',

0 commit comments

Comments
 (0)