We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d05d20 commit a215b16Copy full SHA for a215b16
CHANGELOG.md
@@ -4,7 +4,9 @@
4
5
### Fixes and improvements
6
7
-## [v4.7.0](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.7.0) (2026-02-03)
+## [v4.7.1](https://github.com/OpenNMT/CTranslate2/releases/tag/v4.7.1) (2026-02-03)
8
+
9
+* Fix Windows build (#2007) [@sssshhhhhh](https://github.com/sssshhhhhh)
10
11
### New features
12
python/ctranslate2/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "4.7.0"
+__version__ = "4.7.1"
0 commit comments