Skip to content

Commit

Permalink
Merge pull request #16 from Marcondiro/master
Browse files Browse the repository at this point in the history
Update Unicode to version 15.1.0, bump to 0.5.6
  • Loading branch information
Manishearth authored Feb 20, 2024
2 parents 38151bc + dce97f2 commit 7d07a46
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 264 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-script"
version = "0.5.5"
version = "0.5.6"
authors = ["Manish Goregaokar <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion scripts/unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
'''

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

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

Expand Down
Loading

0 comments on commit 7d07a46

Please sign in to comment.