Skip to content

Commit ed708eb

Browse files
committed
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>
1 parent 88b9fcd commit ed708eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module(
88
name = "re2",
9-
version = "2025-08-05",
9+
version = "2025-08-12",
1010
compatibility_level = 1,
1111
)
1212

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def include_dirs():
129129

130130
setuptools.setup(
131131
name='google-re2',
132-
version='1.1.20250805',
132+
version='1.1.20250812',
133133
description='RE2 Python bindings',
134134
long_description=long_description,
135135
long_description_content_type='text/plain',

0 commit comments

Comments
 (0)