Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Nov 3, 2017
2 parents ea4bb55 + 0256008 commit 2f1ed62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ env:
- secure: DV4Nug2+/DVu+cBgO+M1Na5E/l/CSSZaCSOSC4Gu7zrSZHrCvxZ2taVhukYsD6BjL5U9Mm1XTqu5vMB2EvCTP1w0o2ZBEI0M1V06D35KMFOErSdLYU1TrI4/CauUSwg/ankgY22K9/OWfmnEJrCkPMmoVfhvPqbDQpk7tHwF/88wuSFbv3YU9YYFrCWFmkXZx9lGbLvZac24tTP3Oe2mC+gKgVFta7uB1V/jnwyGOs4HUunWBEr08PAMP0NHdJ9s6ZI+XRbRKEMjTx6C4COOwKfVcb3UZCwbhV375a71OjurtyRqOOP9QwVzv4iO5NUF/BSRLowCxAXAGMN5cn+jPEqHf2byM6u4oNwzIwv0Qzy4jPXzIwvbHCuAr8FOxvHdSdXDtUDyrH3QdsoMTQ0s84b2qwNjuu4iYtNlE96mZIQmnLEwu2UgE2RfRZyA1lSPycggOniaDcwWJdl/ifrymEXaJC6GgOgf2WDdG+9j1nxzrmBUtgHUrBewfErywLCtOVCnHb58NmPIigpDzC7THdnoo45J4VpogUqpisa7GK/kmIsaMStN5I1yHgmb6bSNyZfhbkwafdC3kdVkfMfH8oIDThe5QatnIvQcbhfcKrAiGk4dJHn7SSh1Nf0W6BAWkAR6KKqpIsz1Gv9+dMkeLAtxc8vP/lwAU5u/WC8ujTQ=
deploy:
on:
condition: "$TOXENV == py27"
condition: $TOXENV == py27
repo: twindb/twindb_infrastructure
tags: true
distributions: sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.3
current_version = 1.1.4
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name='twindb-infrastructure',
version='1.1.3',
version='1.1.4',
description="TwinDB Infrastructure is a collection of everything"
" to manage TwinDB infrastructure",
long_description=readme + '\n\n' + history,
Expand Down
2 changes: 1 addition & 1 deletion twindb_infrastructure/__init__.py
Expand Up @@ -6,7 +6,7 @@

__author__ = 'TwinDB Development Team'
__email__ = 'dev@twindb.com'
__version__ = '1.1.3'
__version__ = '1.1.4'

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 2f1ed62

Please sign in to comment.