re2: prepare to tag 2025-08-12

2025-08-12 will be the same as 2025-08-05
except for having some Bazel-related fixes
and possibly the right files to automatically
push an update to the Bazel Central Registry.

Change-Id: I178dd5ab31eeb29c97d9f687cbe7553d02dca8cb
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63910
Reviewed-by: Russ Cox <rsc@swtch.com>
Reviewed-by: Jeremy Kun <jkun@google.com>
This commit is contained in:
Russ Cox
2025-08-12 15:07:52 -04:00
parent 88b9fcda87
commit ed708ebe3a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
module(
name = "re2",
version = "2025-08-05",
version = "2025-08-12",
compatibility_level = 1,
)

View File

@@ -129,7 +129,7 @@ try:
setuptools.setup(
name='google-re2',
version='1.1.20250805',
version='1.1.20250812',
description='RE2 Python bindings',
long_description=long_description,
long_description_content_type='text/plain',