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