mirror of
https://github.com/google/re2.git
synced 2025-10-14 02:17:38 +08:00
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:
@@ -6,7 +6,7 @@
|
||||
|
||||
module(
|
||||
name = "re2",
|
||||
version = "2025-08-05",
|
||||
version = "2025-08-12",
|
||||
compatibility_level = 1,
|
||||
)
|
||||
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user