File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed
Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.5.3
2+ current_version = 2.6.0
33commit = True
44
55[bumpversion:file:watson_developer_cloud/version.py]
Original file line number Diff line number Diff line change @@ -13,12 +13,7 @@ install:
1313- pip install tox-travis
1414- pip install bumpversion
1515- npm install @semantic-release/exec
16- - if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd
17- ../; fi
18- before_script :
19- - if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi
2016script :
21- - if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
2217- pip install -U python-dotenv
2318- tox
2419before_deploy :
Original file line number Diff line number Diff line change 1919import os
2020import sys
2121
22- __version__ = '2.5.3 '
22+ __version__ = '2.6.0 '
2323
2424if sys .argv [- 1 ] == 'publish' :
2525 # test server
Original file line number Diff line number Diff line change 1- __version__ = '2.5.3 '
1+ __version__ = '2.6.0 '
You can’t perform that action at this time.
0 commit comments