Skip to content

Commit 785c7e0

Browse files
authored
Bump to version 4.6.1 (#1930)
Bump to version 4.6.1
1 parent 7a68d9c commit 785c7e0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Fixes and improvements
66

7+
## [v4.6.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.6.1) (2025-10-07)
8+
9+
### New features
10+
11+
* Python 3.14 support (#1926)
12+
* Support for Cuda 12.4 (#1925)
13+
* Update Intel oneAPI to version 2025.3 (#1931)
14+
715
## [v4.6.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.6.0) (2025-04-08)
816
Note: The Ctranslate2 Python package now supports python 3.13, drop the support for python 3.8.
917

python/ctranslate2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "4.6.0"
3+
__version__ = "4.6.1"

0 commit comments

Comments
 (0)