Skip to content

Commit

Permalink
Updated to Unicode 16.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnett committed Sep 11, 2024
1 parent e8a8d28 commit d3510fe
Show file tree
Hide file tree
Showing 9 changed files with 6,332 additions and 5,347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@4.1.7
with:
name: regex-files
path: dist
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The regex module releases the GIL during matching on instances of the built-in (
Unicode
-------

This module supports Unicode 15.1.0. Full Unicode case-folding is supported.
This module supports Unicode 16.0.0. Full Unicode case-folding is supported.

Flags
-----
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version: 2024.9.11

Updated to Unicode 16.0.0.

Version: 2024.7.24

Git issue 539: Bug: Partial matching fails on a simple example
Expand Down
2 changes: 1 addition & 1 deletion docs/Features.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ <h1>Multithreading</h1>
</div>
<div class="section" id="unicode">
<h1>Unicode</h1>
<p>This module supports Unicode 15.1.0. Full Unicode case-folding is supported.</p>
<p>This module supports Unicode 16.0.0. Full Unicode case-folding is supported.</p>
</div>
<div class="section" id="flags">
<h1>Flags</h1>
Expand Down
Loading

0 comments on commit d3510fe

Please sign in to comment.