We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717f625 commit 953ecd7Copy full SHA for 953ecd7
CHANGELOG.md
@@ -1,6 +1,9 @@
1
CHANGELOG
2
=========
3
4
+## 0.7.0 (2025-06-24)
5
+- [#46](https://github.com/codeocean/codeocean-sdk-python/pull/46) feat: Add API documentation
6
+
7
## 0.6.0 (2025-06-03)
8
- [#44](https://github.com/codeocean/codeocean-sdk-python/pull/44) feat: support for nextflow_profiles in data assets and computations
9
- [#43](https://github.com/codeocean/codeocean-sdk-python/pull/43) fix: updates .gitignore to exclude .env
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "codeocean"
-version = "0.6.0"
+version = "0.7.0"
authors = [
{ name="Code Ocean", email="dev@codeocean.com" },
10
]
0 commit comments