Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed23e05

Browse files
committedSep 5, 2024··
v0.17.0 [publish]
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 364756e commit ed23e05

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.17.0 - 2024-0x-xx]
5+
## [0.17.0 - 2024-09-05]
6+
7+
### Added
8+
9+
- `message_type` property to TalkBotMessage. #292
610

711
### Changed
812

9-
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed.
13+
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. #289
1014

1115
## [0.16.0 - 2024-08-12]
1216

‎nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.17.0.dev0"
3+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)
Please sign in to comment.