Skip to content

Commit

Permalink
bump 0.13.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmpflh27 committed Feb 28, 2024
1 parent dd6bbb1 commit 1830cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/pages/changelog.rst
Expand Up @@ -3,12 +3,16 @@ History
=======


0.13.0 (2024-01-04)
-------------------
* python = ">=3.8,<4.0"
* ensure license href is not downloaded

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
Expand All @@ -17,7 +21,6 @@ History
* Bump urllib3 from 2.0.4 to 2.0.7 (#50)
* enforcing python >= 3.8 (dropping 3.7)


0.10.3 (2023-07-04)
-------------------
* local time search filters
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "capella-console-client"
version = "0.12.0"
version = "0.13.0"
description = "Python SDK for api.capellaspace.com (task, search, order, download)"
authors = ["Thomas Beyer <thomas.beyer@capellaspace.com>"]
repository = "https://github.com/capellaspace/console-client"
Expand Down

0 comments on commit 1830cd4

Please sign in to comment.