Skip to content

Commit 1fd7338

Browse files
Bump version to 0.6.0 (#45)
1 parent 0881ee2 commit 1fd7338

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

4+
## 0.6.0 (2025-06-03)
5+
- [#44](https://github.com/codeocean/codeocean-sdk-python/pull/44) feat: support for nextflow_profiles in data assets and computations
6+
- [#43](https://github.com/codeocean/codeocean-sdk-python/pull/43) fix: updates .gitignore to exclude .env
7+
- **Minimum Code Ocean platform version updated to `3.6.0`.**
8+
49
## 0.5.0 (2025-03-03)
510
- [#38](https://github.com/codeocean/codeocean-sdk-python/pull/38) feat: add update_permissions function for capsules
611

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.5.0"
7+
version = "0.6.0"
88
authors = [
99
{ name="Code Ocean", email="dev@codeocean.com" },
1010
]

0 commit comments

Comments
 (0)