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