From 9b59bf84fa04cbc40dfa21c74f05901bdb6db78d Mon Sep 17 00:00:00 2001 From: Thomas Beyer Date: Thu, 4 Jan 2024 15:00:04 -0800 Subject: [PATCH] bump 0.12.0 --- docs/pages/changelog.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/pages/changelog.rst b/docs/pages/changelog.rst index adf6b92..924d42c 100644 --- a/docs/pages/changelog.rst +++ b/docs/pages/changelog.rst @@ -3,6 +3,12 @@ History ======= +0.12.0 (2024-01-04) +------------------- +* create tasking request +* create repeat request + + 0.11.0 (2023-12-19) ------------------- * safeguards to return up to max allowed (10000) items upon searches diff --git a/pyproject.toml b/pyproject.toml index 41fc918..d408c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "capella-console-client" -version = "0.11.0" +version = "0.12.0" description = "Python SDK for api.capellaspace.com (task, search, order, download)" authors = ["Thomas Beyer "] repository = "https://github.com/capellaspace/console-client"