Skip to content

Commit 789fb59

Browse files
committed
Bump version: 0.27.0 → 0.28.0
1 parent 2c5a087 commit 789fb59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.27.0
4+
current_version = 0.28.0
55

66
[bumpversion:file:setup.py]
77

docs/conf.py

+1-1
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.27.0'
55+
release = '0.28.0'
5656

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(filename):
88

99
setup(
1010
name='python-binary-memcached',
11-
version='0.27.0',
11+
version='0.28.0',
1212
author='Jayson Reis',
1313
author_email='santosdosreis@gmail.com',
1414
description='A pure python module to access memcached via its binary protocol with SASL auth support',

0 commit comments

Comments
 (0)