Skip to content

Commit

Permalink
Merge pull request #10 from Marcondiro/master
Browse files Browse the repository at this point in the history
Update Unicode to version 16.0.0, bump to 0.1.3
  • Loading branch information
Manishearth authored Sep 30, 2024
2 parents fb1290e + 41ada9d commit d36bbc0
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-properties"
version = "0.1.2"
version = "0.1.3"
authors = ["Charles Lew <[email protected]>", "Manish Goregaokar <[email protected]>"]
edition = "2021"
homepage = "https://github.com/unicode-rs/unicode-properties"
Expand Down
2 changes: 1 addition & 1 deletion scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
'''

UNICODE_VERSION = (15, 1, 0)
UNICODE_VERSION = (16, 0, 0)

UNICODE_VERSION_NUMBER = "%s.%s.%s" %UNICODE_VERSION

Expand Down
Loading

0 comments on commit d36bbc0

Please sign in to comment.