Skip to content

Commit

Permalink
bump to version 1.0.3 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
andher1802 authored May 23, 2024
1 parent 3b5cdb7 commit 6832d14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ You can check your current version with the following command:

For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).

## 1.0.3

**May 23, 2024**
- Added tenacity as dependency.
- Added resilience on `asset::stac_info` and `asset::stac_items`
- Dropped pystac client subclassing
- Cleaned up fixtures
- Improved test coverage
- Dropped unneeded exposure of token

## 1.0.3a1

**May 23, 2024**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "up42-py"
version = "1.0.3a1"
version = "1.0.3"
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
authors = ["UP42 GmbH <[email protected]>"]
license = "https://github.com/up42/up42-py/blob/master/LICENSE"
Expand Down

0 comments on commit 6832d14

Please sign in to comment.