diff --git a/.travis.yml b/.travis.yml index d7ba279..0a91c2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ deploy: distributions: sdist bdist_wheel repo: box/etcdb branch: master + condition: $TOXENV = py27 diff --git a/etcdb/__init__.py b/etcdb/__init__.py index 71805a8..2acb335 100644 --- a/etcdb/__init__.py +++ b/etcdb/__init__.py @@ -22,7 +22,7 @@ __author__ = 'Box TechOps Database Team' __email__ = 'oss@box.com' -__version__ = '1.5.15' +__version__ = '1.5.16' def _split_version(version): diff --git a/setup.cfg b/setup.cfg index 4f722b2..6735bc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.15 +current_version = 1.5.16 commit = True tag = False diff --git a/setup.py b/setup.py index faf6e39..01521c2 100644 --- a/setup.py +++ b/setup.py @@ -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",