mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
API version bump to 2.32
This commit is contained in:
parent
0a02b7ad63
commit
cfe0b4fa55
@ -2,6 +2,8 @@
|
||||
|
||||
| Release | ApiVersion |
|
||||
|---------|------------|
|
||||
| v2.1 | 2.32 |
|
||||
| v2.0 | 2.31 |
|
||||
| v1.17 | 2.31 |
|
||||
| v1.16 | 2.30 |
|
||||
| v1.15 | 2.29 |
|
||||
|
@ -39,7 +39,7 @@ class ServiceRepo(object):
|
||||
"""If the check is set, parsing will fail for endpoint request with the version that is grater than the current
|
||||
maximum """
|
||||
|
||||
_max_version = PartialVersion("2.31")
|
||||
_max_version = PartialVersion("2.32")
|
||||
""" Maximum version number (the highest min_version value across all endpoints) """
|
||||
|
||||
_endpoint_exp = (
|
||||
|
Loading…
Reference in New Issue
Block a user