We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4855971 commit 02a159cCopy full SHA for 02a159c
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+## 0.4.0 (2025-02-28)
5
+- [#35](https://github.com/codeocean/codeocean-sdk-python/pull/35) feat: Code Ocean Version 3.2 updates
6
+- **Minimum Code Ocean platform version updated to `3.2.0`.**
7
+
8
## 0.3.2 (2025-02-21)
9
- [#33](https://github.com/codeocean/codeocean-sdk-python/pull/33) feat: add iterator function for search capsule API
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.3.2"
+version = "0.4.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
]
0 commit comments