Skip to content

Commit

Permalink
Bump version: 0.27.0 → 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Oct 2, 2018
1 parent 2c5a087 commit 789fb59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.27.0
current_version = 0.28.0

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.26'
# The full version, including alpha/beta/rc tags.
release = '0.27.0'
release = '0.28.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(filename):

setup(
name='python-binary-memcached',
version='0.27.0',
version='0.28.0',
author='Jayson Reis',
author_email='[email protected]',
description='A pure python module to access memcached via its binary protocol with SASL auth support',
Expand Down

0 comments on commit 789fb59

Please sign in to comment.