Skip to content

Commit 8242e93

Browse files
committed
Merge commit '45f5bf345e752b0ff331df88a726c54b6b56e795' into 6021-update-assistantV2-readme
2 parents 13f284c + 45f5bf3 commit 8242e93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2
2+
current_version = 2.5.3
33
commit = True
44

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

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.2'
22+
__version__ = '2.5.3'
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.2'
1+
__version__ = '2.5.3'

0 commit comments

Comments
 (0)