Skip to content

Commit ae32354

Browse files
committed
Update Unicode to version 16.0.0, bump to 0.5.7
1 parent 7d07a46 commit ae32354

File tree

3 files changed

+1437
-1193
lines changed

3 files changed

+1437
-1193
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-script"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["Manish Goregaokar <[email protected]>"]
55
edition = "2018"
66

scripts/unicode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
'''
4848

49-
UNICODE_VERSION = (15, 1, 0)
49+
UNICODE_VERSION = (16, 0, 0)
5050

5151
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
5252

0 commit comments

Comments
 (0)