aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wankadia <junyer@google.com>2024-04-09 18:32:14 +0000
committerPaul Wankadia <junyer@google.com>2024-04-09 18:39:43 +0000
commitb84e3ff189980a33d4a0c6fa1201aa0b3b8bab4a (patch)
tree930f9833d2e9fda3de5a244e6d4f6b262158e5a5
parent3c7e162c8eefa8db556df680cf01b0c2cde71230 (diff)
downloadregex-re2-upstream-main.tar.gz
Bring back `.YYYYMMDD` suffixes for `google-re2` versioning.upstream-main
While I'm here, update @abseil-cpp to version 20240116.2. Fixes #486. Change-Id: I86ec3bd1860e2bd1424a67eb5590eaaa7cc4ea71 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62990 Reviewed-by: Paul Wankadia <junyer@google.com> Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
-rw-r--r--MODULE.bazel2
-rw-r--r--python/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index efc44b8..583cbdc 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -13,7 +13,7 @@ module(
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
-bazel_dep(name = "abseil-cpp", version = "20240116.1")
+bazel_dep(name = "abseil-cpp", version = "20240116.2")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
diff --git a/python/setup.py b/python/setup.py
index 0f49f6c..8b40c23 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -192,7 +192,7 @@ ext_module = setuptools.Extension(
setuptools.setup(
name='google-re2',
- version='1.1',
+ version='1.1.20240401',
description='RE2 Python bindings',
long_description=long_description,
long_description_content_type='text/plain',