Skip to content

Commit 82b6e73

Browse files
committed
Release 1.7.0
1 parent 0bcc587 commit 82b6e73

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
[1.7.0] (2024-12-17)
5+
--------------------
66

77
### Added
88

@@ -239,6 +239,7 @@ Unreleased
239239
- mp3 support by using FFmpeg instead of librosa in #8
240240
- add language detection endpoint in #9
241241
242+
[1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0
242243
[1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0
243244
[1.5.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.5.0
244245
[1.4.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
99

1010
## Features
1111

12-
Current release (v1.6.0) supports following whisper models:
12+
Current release (v1.7.0) supports following whisper models:
1313

1414
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
1515
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
22

33
## Features
44

5-
Current release (v1.6.0) supports following whisper models:
5+
Current release (v1.7.0) supports following whisper models:
66

77
- [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
88
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whisper-asr-webservice"
3-
version = "1.7.0-dev"
3+
version = "1.7.0"
44
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
55
homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
66
license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"

0 commit comments

Comments
 (0)