File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 331 . Open a PR with the following changes:
44 1 . Bump the version in [ pyproject.toml] ( pyproject.toml ) .
55 1 . Update the [ CHANGELOG.md] ( CHANGELOG.md ) .
6+ 1 . If the change requires a newer Code Ocean server version, update ` MIN_SERVER_VERSION ` in [ client.py] ( src/codeocean/client.py ) .
67 1 . Commit the updates with the message ` Bump version to X.Y.Z ` .
781 . Merge the PR.
891 . Locally, sync your clone with GitHub:
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class CodeOcean:
3838 agent_id : Optional [str ] = None
3939
4040 # Minimum server version required by this SDK
41- MIN_SERVER_VERSION = "4.0 .0"
41+ MIN_SERVER_VERSION = "4.1 .0"
4242
4343 def __post_init__ (self ):
4444 self .session = BaseUrlSession (base_url = f"{ self .domain } /api/v1/" )
You can’t perform that action at this time.
0 commit comments