Skip to content

Commit 93cf307

Browse files
Bump version to 0.5.0 (#39)
1 parent cd92b35 commit 93cf307

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

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+
47
## 0.4.0 (2025-02-28)
58
- [#35](https://github.com/codeocean/codeocean-sdk-python/pull/35) feat: Code Ocean Version 3.2 updates
69
- **Minimum Code Ocean platform version updated to `3.2.0`.**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "codeocean"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
authors = [
99
{ name="Code Ocean", email="dev@codeocean.com" },
1010
]

0 commit comments

Comments
 (0)