Skip to content

Commit fc24971

Browse files
authored
bump version 4.3.1 (#1722)
1 parent 13dc5d8 commit fc24971

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

55
### Fixes and improvements
66

7+
## [v4.3.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.3.1) (2024-06-10)
8+
Note: Because of exceeding project's size on Pypi (> 20 GB), the release v4.3.0 was pushed unsuccessfully.
9+
10+
### Fixes and improvements
11+
* Improve the compilation (#1706 and #1705)
12+
* Fix position bias in tensor parallel mode (#1714)
13+
714
## [v4.3.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.3.0) (2024-05-17)
815

916
### New features

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.3.0"
3+
__version__ = "4.3.1"

0 commit comments

Comments
 (0)