diff --git a/CHANGELOG.md b/CHANGELOG.md index 1056254e7..e12f5cc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/pyproject.toml b/pyproject.toml index f445c32cb..04e9d0565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "https://github.com/up42/up42-py/blob/master/LICENSE"