Skip to content

Commit 26680b7

Browse files
chore: update changelog and version numbers
1 parent 39ee787 commit 26680b7

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.1.0
2+
current_version = 9.0.0
33
commit = True
44
message = Bump version: {current_version} → {new_version} [skip ci]
55

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65-
run: npx semantic-release #--dry-run --branches 9388_gha Uncomment for testxing purposes
65+
run: npx semantic-release #--dry-run --branches 9388_gha Uncomment for testing purposes
6666

6767
- name: Build binary wheel and a source tarball
6868
run: |

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [9.0.0](https://github.com/watson-developer-cloud/python-sdk/compare/v8.1.0...v9.0.0) (2024-12-04)
2+
3+
4+
### Features
5+
6+
* **discov2:** add functions for new batches api ([043eed4](https://github.com/watson-developer-cloud/python-sdk/commit/043eed48f1808ad3c0c325be18e2bd7ecc339c14))
7+
* **stt:** add new speech models ([4948b8f](https://github.com/watson-developer-cloud/python-sdk/commit/4948b8f210e5b9cd2d856aa90f2262a8bdf64444))
8+
* **stt:** readd interimResults and lowLatency wss params ([ffc67b8](https://github.com/watson-developer-cloud/python-sdk/commit/ffc67b8a0b213530cda23157848d79b5fea4b146))
9+
* **WxA:** add new functions and update required params ([3fe6243](https://github.com/watson-developer-cloud/python-sdk/commit/3fe62430c57e660b0903b0988fa3c53c489012d3))
10+
* Add support for message streaming and new APIs
11+
12+
New functions: create_providers, list_providers, update_providers, create_release_export, download_release_export, create_release_import, get_release_import_status, message_stream, message_stream_stateless, parse_sse_stream_data, list_batches, pull_batches, push_batches
13+
14+
### BREAKING CHANGES
15+
16+
* **WxA:** `environmentId` now required for `message` and `messageStateless` functions
17+
* **lt:** LanguageTranslator functionality has been removed
18+
* **discov1:** DiscoveryV1 functionality has been removed
19+
* **nlu:** training_data_content_type default changed to None
20+
121
# [8.1.0](https://github.com/watson-developer-cloud/python-sdk/compare/v8.0.0...v8.1.0) (2024-05-17)
222

323

ibm_watson/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.1.0'
1+
__version__ = '9.0.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717
from os import path
1818

19-
__version__ = '8.1.0'
19+
__version__ = '9.0.0'
2020

2121
# read contents of README file
2222
this_directory = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)