Skip to content

Commit 45e7e4e

Browse files
committed
Release 1.9.1
1 parent 59f08e4 commit 45e7e4e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
[1.9.1] (2025-07-01)
5+
--------------------
66

77
### Fixed
88

@@ -303,6 +303,7 @@ Unreleased
303303
- mp3 support by using FFmpeg instead of librosa in #8
304304
- add language detection endpoint in #9
305305
306+
[1.9.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.9.1
306307
[1.9.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.9.0
307308
[1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2
308309
[1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
1111

1212
## Features
1313

14-
Current release (v1.9.0) supports following whisper models:
14+
Current release (v1.9.1) supports following whisper models:
1515

1616
- [openai/whisper](https://github.com/openai/whisper)@[v20250625](https://github.com/openai/whisper/releases/tag/v20250625)
1717
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.1](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.1)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
66

77
## Features
88

9-
Current release (v1.9.0) supports following whisper models:
9+
Current release (v1.9.1) supports following whisper models:
1010

1111
- [openai/whisper](https://github.com/openai/whisper)@[v20250625](https://github.com/openai/whisper/releases/tag/v20250625)
1212
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.1](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "whisper-asr-webservice"
3-
version = "1.10.0-dev"
3+
version = "1.9.1"
44
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
55
requires-python = ">=3.10,<3.13"
66
dependencies = [

0 commit comments

Comments
 (0)