From dc22c5e224722170871852ec38032b72916a2171 Mon Sep 17 00:00:00 2001 From: Andres Hernandez Date: Mon, 13 May 2024 15:20:36 +0200 Subject: [PATCH] bumping to 1.0.1 version (#604) * bumping to 1.0.1 version * adding changelog messages --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1ec2739..eb5e825fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,13 @@ 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.1 + +**May 13, 2024** +- Increased retries and backoff in http resilience. +- Fixed bug with temporary storage overfill when downloading archives. +- Bumped dependencies jinja2, tqdm, geojson. + ## 1.0.1a4 **May 13, 2024** diff --git a/pyproject.toml b/pyproject.toml index f46a04241..4ad55e939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "up42-py" -version = "1.0.1a4" +version = "1.0.1" description = "Python SDK for UP42, the geospatial marketplace and developer platform." authors = ["UP42 GmbH "] license = "https://github.com/up42/up42-py/blob/master/LICENSE"