We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91078fe commit e0c90d5Copy full SHA for e0c90d5
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+## 0.11.0 (2025-10-07)
5
+- [#55](https://github.com/codeocean/codeocean-sdk-python/pull/55) feat: Code Ocean version 4.0 functionality
6
+- **Minimum Code Ocean platform version updated to `4.0.0`.**
7
+
8
## 0.10.0 (2025-09-01)
9
- [#54](https://github.com/codeocean/codeocean-sdk-python/pull/54) feat: Code Ocean version 3.9 functionality
10
- **Minimum Code Ocean platform version updated to `3.9.0`.**
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.10.0"
+version = "0.11.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
]
0 commit comments