Skip to content

Commit 88fee85

Browse files
author
Matthew Barnett
committed
Updated main.yml and pyproject.toml.
1 parent 7ebda8c commit 88fee85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2025.7.33
2+
3+
Updated main.yml and pyproject.toml.
4+
15
Version: 2025.7.32
26

37
Git issue 580: Regression in v2025.7.31: \P{L} no longer matches in simple patterns

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "regex"
7-
version = "2025.7.32"
7+
version = "2025.7.33"
88
description = "Alternative regular expression module, to replace re."
99
readme = "README.rst"
1010
authors = [

regex_3/regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
242242
"__doc__", "RegexFlag"]
243243

244-
__version__ = "2.5.157"
244+
__version__ = "2.5.158"
245245

246246
# --------------------------------------------------------------------
247247
# Public interface.

0 commit comments

Comments
 (0)