Skip to content

Commit 5397cff

Browse files
authored
Merge pull request #13 from Marcondiro/master
Update Unicode to version 17.0.0
2 parents d36bbc0 + 22cfdec commit 5397cff

File tree

3 files changed

+140
-107
lines changed

3 files changed

+140
-107
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-properties"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Charles Lew <[email protected]>", "Manish Goregaokar <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/unicode-rs/unicode-properties"

scripts/unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
3434
'''
3535

36-
UNICODE_VERSION = (16, 0, 0)
36+
UNICODE_VERSION = (17, 0, 0)
3737

3838
UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION
3939

0 commit comments

Comments
 (0)