diff --git a/CHANGELOG.md b/CHANGELOG.md index d96148d66db4e7e4a882adb90121bcd4c1f1e53f..c059ad8356f2a4734f09b9ca8568fd0b161ccba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +[1.8.2] (2025-02-18) +-------------------- ### Changed @@ -278,6 +278,7 @@ Unreleased - mp3 support by using FFmpeg instead of librosa in #8 - add language detection endpoint in #9 +[1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2 [1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1 [1.8.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.0 [1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1 diff --git a/README.md b/README.md index 6b494a232d8cbfab3ed57d4b9d5fd0800e1ba02e..e8cd1507a0b23cb02d98090f46857633794bc4ce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models ## Features -Current release (v1.8.1) supports following whisper models: +Current release (v1.8.2) 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 32abeb9790bfa6f34c034116d56237713314825b..33596cb930a9b680b218939df33699fde6f7dbda 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.8.1) supports following whisper models: +Current release (v1.8.2) 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 76829137ea19c16c4cc3d75856886e562f6ad071..14ce0512789270c47ece3f239811028339cff68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whisper-asr-webservice" -version = "1.9.0-dev" +version = "1.8.2" 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"