Skip to content

Commit 609e75d

Browse files
fix(version): fast froward versioning
1 parent 75432a6 commit 609e75d

File tree

4 files changed

+136
-3
lines changed

4 files changed

+136
-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 = 6.0.1
2+
current_version = 7.0.1
33
commit = True
44
message = Bump version: {current_version} → {new_version} [skip ci]
55

CHANGELOG.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,136 @@
1+
## [7.0.1](https://github.com/watson-developer-cloud/python-sdk/compare/v7.0.0...v7.0.1) (2022-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **tts,stt,version:** unpinned websocket-client ([75432a6](https://github.com/watson-developer-cloud/python-sdk/commit/75432a6ab4b737a3a7afd8009e70f68e6f02d312))
7+
8+
# [7.0.0](https://github.com/watson-developer-cloud/python-sdk/compare/v6.0.1...v7.0.0) (2023-03-17)
9+
10+
11+
### Bug Fixes
12+
13+
* **assistantv2:** use original createSession method signature ([ac82c45](https://github.com/watson-developer-cloud/python-sdk/commit/ac82c45c14ddcd0d608496d1193da09d555b6f15))
14+
* **nlu:** require training_data_content_type ([d91f007](https://github.com/watson-developer-cloud/python-sdk/commit/d91f007fafd568cc30abf15d54c53935f32197a8))
15+
* **version:** change version strings for release ([aee877c](https://github.com/watson-developer-cloud/python-sdk/commit/aee877ce8ae50f495f1dacfd7cbd26a117aab594))
16+
17+
18+
### Features
19+
20+
* **assistant-v1:** update models and add new methods ([fbcebd0](https://github.com/watson-developer-cloud/python-sdk/commit/fbcebd088c205070e9bae22821b2a2e8920a07c5))
21+
* **assistant-v2:** update models and add new methods ([a1586ec](https://github.com/watson-developer-cloud/python-sdk/commit/a1586ec6750e5130493fa8d08ac01d13a36e3715))
22+
* **assistantv2:** add several new functions ([d2d6fbf](https://github.com/watson-developer-cloud/python-sdk/commit/d2d6fbfce304bdb197b665e612022d4c4cc6b5bd))
23+
* **assistantv2:** improved typing ([a84cd6c](https://github.com/watson-developer-cloud/python-sdk/commit/a84cd6c983d913811b7943e579126e6a1c71781f))
24+
* **discov2:** new aggregation types ([41cb185](https://github.com/watson-developer-cloud/python-sdk/commit/41cb1853267528dcedfd49f42710ff28e6885d37))
25+
* **discovery-v2:** update models and add several new methods ([972a1ae](https://github.com/watson-developer-cloud/python-sdk/commit/972a1ae6f774a4849ffc6e8fe1a77e04090a7441))
26+
* **nlu:** add trainingParameters ([c8e056c](https://github.com/watson-developer-cloud/python-sdk/commit/c8e056c8d503656271bde6315b84838771975179))
27+
* **nlu:** remove all sentimentModel functions ([d6e342f](https://github.com/watson-developer-cloud/python-sdk/commit/d6e342f7fc34fdc82cf6042f585d3110bd38abfd))
28+
* **nlu:** remove beta model param from Sentiment ([1469190](https://github.com/watson-developer-cloud/python-sdk/commit/1469190590cdaff60156816964b88822fef5e933))
29+
* **release:** trigger release ([c08a117](https://github.com/watson-developer-cloud/python-sdk/commit/c08a117294c9d2a52b8493c1cec55b8826621abc))
30+
* **stt, tts:** add more models ([8b9f6a8](https://github.com/watson-developer-cloud/python-sdk/commit/8b9f6a897e2e9d3fdb43aa0ce1adc8b2a581f4e9))
31+
* **stt:** add and remove models ([14fd5f2](https://github.com/watson-developer-cloud/python-sdk/commit/14fd5f22096ac83e99a5c6092fbead23cf309f45))
32+
* **stt:** update parameters ([e40c06c](https://github.com/watson-developer-cloud/python-sdk/commit/e40c06c52ec00168d9a5f7f0e174c8a1fef65d21))
33+
* **tts:** add parameters ([b300c55](https://github.com/watson-developer-cloud/python-sdk/commit/b300c5527794eee5ab692a51eb858164dddfef93))
34+
* **tts:** add params and add model constants ([546796d](https://github.com/watson-developer-cloud/python-sdk/commit/546796d3db37f4af52a7745a62f24e769094b567))
35+
* **wss:** add and remove websocket params ([1b5f171](https://github.com/watson-developer-cloud/python-sdk/commit/1b5f1715ad92573bc8fce2e44ba8b6e5efda3780))
36+
37+
38+
### BREAKING CHANGES
39+
40+
* **release:** trigger release
41+
* **assistantv2:** createSession param removed
42+
* **assistantv2:** removing and changing of classes
43+
* **discov2:** confidence property removed
44+
* **discov2:** smartDocumentUnderstanding param removed
45+
* **discov2:** QueryAggregation structure changed
46+
* **nlu:** remove all sentimentModel functions and models
47+
48+
# [6.1.0](https://github.com/watson-developer-cloud/python-sdk/compare/v6.0.1...v6.1.0) (2022-08-10)
49+
50+
51+
### Bug Fixes
52+
53+
* **assistantv2:** use original createSession method signature ([ac82c45](https://github.com/watson-developer-cloud/python-sdk/commit/ac82c45c14ddcd0d608496d1193da09d555b6f15))
54+
55+
56+
### Features
57+
58+
* **assistant-v1:** update models and add new methods ([fbcebd0](https://github.com/watson-developer-cloud/python-sdk/commit/fbcebd088c205070e9bae22821b2a2e8920a07c5))
59+
* **assistant-v2:** update models and add new methods ([a1586ec](https://github.com/watson-developer-cloud/python-sdk/commit/a1586ec6750e5130493fa8d08ac01d13a36e3715))
60+
* **discovery-v2:** update models and add several new methods ([972a1ae](https://github.com/watson-developer-cloud/python-sdk/commit/972a1ae6f774a4849ffc6e8fe1a77e04090a7441))
61+
* **nlu:** add trainingParameters ([c8e056c](https://github.com/watson-developer-cloud/python-sdk/commit/c8e056c8d503656271bde6315b84838771975179))
62+
* **stt:** update parameters ([e40c06c](https://github.com/watson-developer-cloud/python-sdk/commit/e40c06c52ec00168d9a5f7f0e174c8a1fef65d21))
63+
* **tts:** add parameters ([b300c55](https://github.com/watson-developer-cloud/python-sdk/commit/b300c5527794eee5ab692a51eb858164dddfef93))
64+
* **wss:** add and remove websocket params ([1b5f171](https://github.com/watson-developer-cloud/python-sdk/commit/1b5f1715ad92573bc8fce2e44ba8b6e5efda3780))
65+
66+
# [6.0.0](https://github.com/watson-developer-cloud/python-sdk/compare/v5.3.0...v6.0.0) (2022-03-21)
67+
68+
69+
### Bug Fixes
70+
71+
* **ws:** remove websocket debug code ([21399b7](https://github.com/watson-developer-cloud/python-sdk/commit/21399b769608a25f00fe4790b850ced77a8fc748))
72+
73+
74+
* Major release 2022 (#816) ([97de097](https://github.com/watson-developer-cloud/python-sdk/commit/97de097b8c86622ab2f30f5386bb74321d28addf)), closes [#816](https://github.com/watson-developer-cloud/python-sdk/issues/816)
75+
76+
77+
### BREAKING CHANGES
78+
79+
* OutputData: required text property removed, RuntimeEntity: optional metadata property removed
80+
RuntimeResponseGeneric: Three new response types added
81+
Workspace: workspaceID changed form required to optional
82+
83+
* feat(assistantv2): add three new response types, rename model, remove properties
84+
* RuntimeEntity: optional metadata property removed, MessageOutputDebug: nodesVisited type DialogNodesVisited changed to DialogNodeVisited.
85+
MessageContext: integrations property added
86+
MessageContextGlobalSystem: skipUserInput property added
87+
MessageContextStateless: integrations property added
88+
MessageInput: attachments property added
89+
MessageInputStateless: attachments property added
90+
RuntimeResponseGeneric: Three new response types added
91+
92+
* refactor(cc): remove compare and comply ヾ(・‿・)
93+
94+
* refactor(nlc): remove nlc ヾ(・‿・)
95+
96+
* feat(nlu): remove MetadataOptions model
97+
98+
* refactor(lt): comment change and test updates
99+
100+
* refactor(pi): remove personality insights ヾ(・‿・)
101+
102+
* feat(stt/tts): add new property and comment changes
103+
104+
* refactor(ta/visrec): remove ta and visrec ヾ(・‿・)
105+
106+
* refactor(all): remove remaining traces of removed services
107+
108+
* feat(assistantv1): add new dialogNode models and additional properties for Workspace
109+
110+
* feat(discov1): update QueryAggregation subclasses
111+
* QueryAggregation: QueryAggregation subclasses changed.
112+
DocumentStatus: documentID, status, and statusDescription are now optional
113+
114+
* feat(stt): change grammarFile property type
115+
* addGrammar parameter grammarFile changed from String to Data type
116+
117+
SupportedFeatures: customAcousticModel property added
118+
119+
* chore: copyright changes
120+
121+
* build(secrets): upload detect-secrets baseline
122+
123+
* docs(readme): add deprecation note and remove old references
124+
125+
* ci(version): remove python 3.6 support and add 3.9 support
126+
127+
## [5.3.1](https://github.com/watson-developer-cloud/python-sdk/compare/v5.3.0...v5.3.1) (2022-01-26)
128+
129+
130+
### Bug Fixes
131+
132+
* **ws:** remove websocket debug code ([21399b7](https://github.com/watson-developer-cloud/python-sdk/commit/21399b769608a25f00fe4790b850ced77a8fc748))
133+
1134
# [5.3.0](https://github.com/watson-developer-cloud/python-sdk/compare/v5.2.3...v5.3.0) (2021-09-14)
2135

3136

ibm_watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '6.0.1'
1+
__version__ = '7.0.1'

setup.py

Lines changed: 1 addition & 1 deletion
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__ = '6.0.1'
19+
__version__ = '7.0.1'
2020

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

0 commit comments

Comments
 (0)