Skip to content

Commit d3510fe

Browse files
author
Matthew Barnett
committed
Updated to Unicode 16.0.0.
1 parent e8a8d28 commit d3510fe

File tree

9 files changed

+6332
-5347
lines changed

9 files changed

+6332
-5347
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166

167167
steps:
168-
- uses: actions/download-artifact@v3
168+
- uses: actions/download-artifact@4.1.7
169169
with:
170170
name: regex-files
171171
path: dist

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The regex module releases the GIL during matching on instances of the built-in (
2121
Unicode
2222
-------
2323

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

2626
Flags
2727
-----

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2024.9.11
2+
3+
Updated to Unicode 16.0.0.
4+
15
Version: 2024.7.24
26

37
Git issue 539: Bug: Partial matching fails on a simple example

docs/Features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h1>Multithreading</h1>
382382
</div>
383383
<div class="section" id="unicode">
384384
<h1>Unicode</h1>
385-
<p>This module supports Unicode 15.1.0. Full Unicode case-folding is supported.</p>
385+
<p>This module supports Unicode 16.0.0. Full Unicode case-folding is supported.</p>
386386
</div>
387387
<div class="section" id="flags">
388388
<h1>Flags</h1>

0 commit comments

Comments
 (0)