Bring back `.YYYYMMDD` suffixes for `google-re2` versioning. 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>
diff --git a/MODULE.bazel b/MODULE.bazel index efc44b8..583cbdc 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -13,7 +13,7 @@ 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 @@ 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',