Skip to content

Commit 7bba335

Browse files
Merge branch 'master' into germanattanasio-patch-1
2 parents 0d1af2e + 2c2f8c1 commit 7bba335

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.2.2
33
commit = True
4-
message = [skip ci] Bump version: {current_version} -> {new_version}
54

65
[bumpversion:file:watson_developer_cloud/version.py]
76
search = __version__ = '{current_version}'

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deploy:
3535
skip_cleanup: true
3636
on:
3737
python: '3.5'
38-
branch: master
38+
tags: true
3939
- provider: script
4040
script: npx semantic-release
4141
skip_cleanup: true
@@ -50,4 +50,4 @@ deploy:
5050
skip_cleanup: true
5151
on:
5252
python: '3.5'
53-
branch: master
53+
tags: true

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.2.0'
22+
__version__ = '2.2.2'
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.2.0'
1+
__version__ = '2.2.2'

0 commit comments

Comments
 (0)