We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cc854 commit c20e74fCopy full SHA for c20e74f
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+## 0.13.0 (2026-01-23)
5
+- [#64](https://github.com/codeocean/codeocean-sdk-python/pull/64) feat: Code Ocean version 4.1 functionality
6
+- **Minimum Code Ocean platform version updated to `4.1.0`.**
7
+
8
## 0.12.0 (2025-10-20)
9
- [#61](https://github.com/codeocean/codeocean-sdk-python/pull/61) feat: add search_pipelines method
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.12.0"
+version = "0.13.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
]
0 commit comments