Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Masalati committed Feb 24, 2022
1 parent 06c68ae commit 26db21a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Release History
*****************

## Release ONDEWO CSI Python Client 2.6.0

### New Features
* Upgrade to ondewo-nlu-client 2.4.2
* Upgrade toondewo-s2t-client 3.0.0
* Upgrade toondewo-t2s-client 3.0.1
* Upgrade toondewo-sip-client 3.2.0

*****************

## Release ONDEWO CSI Python Client 2.5.1

### New Features
Expand Down
2 changes: 1 addition & 1 deletion ondewo-csi-api
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ondewo-logging>=3.1.0

setuptools~=56.2.0

git+https://github.com/ondewo/ondewo-nlu-client-python.git@2.4.1#egg=ondewo-nlu-client
git+https://github.com/ondewo/ondewo-s2t-client-python.git@2.0.0#egg=ondewo-s2t-client
git+https://github.com/ondewo/ondewo-t2s-client[email protected]#egg=ondewo-t2s-client
git+https://github.com/ondewo/ondewo-sip-client-python.git@3.2.0#egg=ondewo-sip-client
ondewo-nlu-client>=2.4.2
ondewo-s2t-client>=3.0.0
ondewo-t2s-client>=3.0.1
ondewo-sip-client>=3.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="ondewo-csi-client",
version="2.5.1",
version="2.6.0",
author="ONDEWO GbmH",
author_email="[email protected]",
description="exposes the ondewo-csi endpoints in a user-friendly way",
Expand Down

0 comments on commit 26db21a

Please sign in to comment.