Skip to content

Commit 967dbcc

Browse files
committed
chore(appscan): Disable appscan and upddate version
1 parent 1db670d commit 967dbcc

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.3
2+
current_version = 2.6.0
33
commit = True
44

55
[bumpversion:file:watson_developer_cloud/version.py]

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2016
script:
21-
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
2217
- pip install -U python-dotenv
2318
- tox
2419
before_deploy:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '2.5.3'
22+
__version__ = '2.6.0'
2323

2424
if sys.argv[-1] == 'publish':
2525
# test server

watson_developer_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.3'
1+
__version__ = '2.6.0'

0 commit comments

Comments
 (0)