Browse Source

Release 20231106

Jong Wook Kim 6 months ago
parent
commit
fcfeaf1b61
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      whisper/version.py

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## [v20231106](https://github.com/openai/whisper/releases/tag/v20231106)
+
+* large-v3 ([#1761](https://github.com/openai/whisper/pull/1761))
+
 ## [v20231105](https://github.com/openai/whisper/releases/tag/v20231105)
 
 * remove tiktoken pin ([#1759](https://github.com/openai/whisper/pull/1759))

+ 1 - 1
whisper/version.py

@@ -1 +1 @@
-__version__ = "20231105"
+__version__ = "20231106"