We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04ce58e + cd8cbbd commit cba9eabCopy full SHA for cba9eab
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.25.1
+current_version = 0.25.2
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========
+## Version 0.25.2
+
6
+_2017-03-21_
7
8
+* Fixed: Speech to text supports customization_id
9
+* Fixed: Discovery now can create free instances
10
11
## Version 0.25.1
12
13
_2017-02-28_
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
-__version__ = '0.25.1'
+__version__ = '0.25.2'
23
24
if sys.argv[-1] == 'publish':
25
# test server
watson_developer_cloud/version.py
@@ -1 +1 @@
0 commit comments