We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716e3e5 + acce989 commit 9c20faeCopy full SHA for 9c20fae
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.24.0
+current_version = 0.25.0
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,6 +1,13 @@
Change Log
==========
+## Version 0.25.0
+
6
+_2017-02-23_
7
8
+* Fixed: Natural Language Understanding importing
9
+* Added: Conversation workspace updating
10
11
## Version 0.24.0
12
13
_2017-02-21_
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
-__version__ = '0.24.0'
+__version__ = '0.25.0'
23
24
if sys.argv[-1] == 'publish':
25
# test server
watson_developer_cloud/version.py
@@ -1 +1 @@
0 commit comments