Skip to content

Commit e52317c

Browse files
committed
Bump version to 1.37.1
1 parent e8cf860 commit e52317c

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
@@ -26,6 +26,13 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2626

2727
### Fixes and improvements
2828

29+
## [v1.37.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.37.1) (2023-03-01)
30+
31+
### Fixes and improvements
32+
33+
* Consider escaped characters as single characters in BPE
34+
* Ignore undefined scripts when resolving inherited or common scripts
35+
2936
## [v1.37.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.37.0) (2023-02-28)
3037

3138
### New features

bindings/python/pyonmttok/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__ = "1.37.0"
3+
__version__ = "1.37.1"

0 commit comments

Comments
 (0)