Skip to content

Commit

Permalink
Bring back .YYYYMMDD suffixes for google-re2 versioning.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Apr 9, 2024
1 parent 3c7e162 commit b84e3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def include_dirs():

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',
Expand Down

0 comments on commit b84e3ff

Please sign in to comment.