Skip to content

Commit

Permalink
Merge branch 'hotfix/1.5.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed May 15, 2018
2 parents 5236462 + f656d45 commit 309fa29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ deploy:
distributions: sdist bdist_wheel
repo: box/etcdb
branch: master
condition: $TOXENV = py27
2 changes: 1 addition & 1 deletion etcdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

__author__ = 'Box TechOps Database Team'
__email__ = '[email protected]'
__version__ = '1.5.15'
__version__ = '1.5.16'


def _split_version(version):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.15
current_version = 1.5.16
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='etcdb',
version='1.5.15',
version='1.5.16',
description="PEP 249 compatible driver for Etcd",
long_description=readme + '\n\n' + history,
author="Box TechOps Database Team",
Expand Down

0 comments on commit 309fa29

Please sign in to comment.