From eedde583e0f2b91775935122c68d84785b497d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=96ner?= Date: Wed, 18 Dec 2024 23:06:05 +0100 Subject: [PATCH] Release 1.7.1 --- CHANGELOG.md | 5 +++-- README.md | 2 +- docs/index.md | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb337f..447f387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +[1.7.1] (2024-12-18) +-------------------- ### Fixed @@ -243,6 +243,7 @@ Unreleased - mp3 support by using FFmpeg instead of librosa in #8 - add language detection endpoint in #9 +[1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1 [1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0 [1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0 [1.5.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.5.0 diff --git a/README.md b/README.md index 20ee0c0..b521283 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ## Features -Current release (v1.7.0) supports following whisper models: +Current release (v1.7.1) supports following whisper models: - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0) diff --git a/docs/index.md b/docs/index.md index 93e2fc4..45f40ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ## Features -Current release (v1.7.0) supports following whisper models: +Current release (v1.7.1) supports following whisper models: - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930) - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0) diff --git a/pyproject.toml b/pyproject.toml index d97aed2..27e5364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whisper-asr-webservice" -version = "1.8.0-dev" +version = "1.7.1" description = "Whisper ASR Webservice is a general-purpose speech recognition webservice." homepage = "https://github.com/ahmetoner/whisper-asr-webservice/" license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"