Skip to content

Commit

Permalink
Bump current candidate version to 2.2.1 (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Feb 16, 2024
1 parent 9a8bf7e commit f22ebca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
mod = sys.modules[__name__]

PYTHON_ARCHES_DICT = {
# TODO (huydhn): 3.12 is only enabled in nightly and test.
# Release should be enabled after release is complete.
"nightly": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"test": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"release": ["3.8", "3.9", "3.10", "3.11", "3.12"],
Expand Down Expand Up @@ -60,7 +58,7 @@
ROCM = "rocm"


CURRENT_CANDIDATE_VERSION = "2.2.0"
CURRENT_CANDIDATE_VERSION = "2.2.1"
CURRENT_STABLE_VERSION = "2.2.0"
mod.CURRENT_VERSION = CURRENT_STABLE_VERSION

Expand Down
Loading

0 comments on commit f22ebca

Please sign in to comment.