8000 bump version to 0.25.2 by kognate · Pull Request #179 · watson-developer-cloud/python-sdk · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.25.1
current_version = 0.25.2
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.25.2

_2017-03-21_

* Fixed: Speech to text supports customization_id
* Fixed: Discovery now can create free instances

## Version 0.25.1

_2017-02-28_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import sys

__version__ = '0.25.1'
__version__ = '0.25.2'

if sys.argv[-1] == 'publish':
# test server
Expand Down
2 changes: 1 addition & 1 deletion watson_developer_cloud/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.1'
__version__ = '0.25.2'
0