Skip to content

Commit e0c90d5

Browse files
authored
Bump version to 0.11.0 (#60)
1 parent 91078fe commit e0c90d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## 0.11.0 (2025-10-07)
5+
- [#55](https://github.com/codeocean/codeocean-sdk-python/pull/55) feat: Code Ocean version 4.0 functionality
6+
- **Minimum Code Ocean platform version updated to `4.0.0`.**
7+
48
## 0.10.0 (2025-09-01)
59
- [#54](https://github.com/codeocean/codeocean-sdk-python/pull/54) feat: Code Ocean version 3.9 functionality
610
- **Minimum Code Ocean platform version updated to `3.9.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.10.0"
7+
version = "0.11.0"
88
authors = [
99
{ name="Code Ocean", email="dev@codeocean.com" },
1010
]

0 commit comments

Comments
 (0)