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>
diff --git a/MODULE.bazel b/MODULE.bazel index 18ffe9b..1caf578 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -6,7 +6,7 @@ module( name = "re2", - version = "2025-08-05", + version = "2025-08-12", compatibility_level = 1, )
diff --git a/python/setup.py b/python/setup.py index 6ee822c..926582b 100644 --- a/python/setup.py +++ b/python/setup.py
@@ -129,7 +129,7 @@ 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',