mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
bump jobs version after making a backwards-incompatible change (#27281)
Backwards incompatible change was #25902 2.0.0 cherry-pick but not a rc0 blocker Signed-off-by: Alan Guo <aguo@anyscale.com>
This commit is contained in:
parent
ec69fec1e0
commit
729566d8ff
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
from dataclasses import dataclass
|
||||
|
||||
# Version 0 -> 1: Added log streaming and changed behavior of job logs cli.
|
||||
CURRENT_VERSION = "1"
|
||||
# Version 1 -> 2: - Renamed job_id to submission_id.
|
||||
# - Changed list_jobs sdk/cli/api to return a list
|
||||
# instead of a dictionary.
|
||||
CURRENT_VERSION = "2"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Add table
Reference in a new issue