From 5c657734c0d7d033391b3aa710d58729e1995ab5 Mon Sep 17 00:00:00 2001 From: Doron Shalev Date: Mon, 20 Oct 2025 16:08:17 +0300 Subject: [PATCH] Bump version to 0.11.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d14d6d..6059b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 0.12.0 (2025-10-20) +- [#61](https://github.com/codeocean/codeocean-sdk-python/pull/61) feat: add search_pipelines method +- **Minimum Code Ocean platform version updated to `4.0.0`.** + ## 0.11.0 (2025-10-07) - [#55](https://github.com/codeocean/codeocean-sdk-python/pull/55) feat: Code Ocean version 4.0 functionality - **Minimum Code Ocean platform version updated to `4.0.0`.** diff --git a/pyproject.toml b/pyproject.toml index 94e1fbf..712d8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "codeocean" -version = "0.11.0" +version = "0.11.1" authors = [ { name="Code Ocean", email="dev@codeocean.com" }, ]