From 06c68ae0940cb00b7bed5d248d74ef8ed50e7577 Mon Sep 17 00:00:00 2001 From: Mohamed Masalati Date: Wed, 16 Feb 2022 12:52:48 +0100 Subject: [PATCH] Rekease 2.5.1 --- RELEASE.md | 7 +++++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 49b5659..d4823ff 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,13 @@ # Release History ***************** +## Release ONDEWO CSI Python Client 2.5.1 + +### New Features +* Upgrade to ondewo-nlu-client 2.4.1 + +***************** + ## Release ONDEWO CSI Python Client 2.5.0 ### New Features diff --git a/requirements.txt b/requirements.txt index 2faca09..c8f6278 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.0#egg=ondewo-nlu-client +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-python.git@2.0.0#egg=ondewo-t2s-client git+https://github.com/ondewo/ondewo-sip-client-python.git@3.2.0#egg=ondewo-sip-client \ No newline at end of file diff --git a/setup.py b/setup.py index dd340b1..257416b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name="ondewo-csi-client", - version="2.5.0", + version="2.5.1", author="ONDEWO GbmH", author_email="info@ondewo.com", description="exposes the ondewo-csi endpoints in a user-friendly way",