Skip to content

Commit

Permalink
bumping to 1.0.1 version (#604)
Browse files Browse the repository at this point in the history
* bumping to 1.0.1 version
* adding changelog messages
  • Loading branch information
andher1802 authored May 13, 2024
1 parent 4bec4a8 commit dc22c5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
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.1a4"
version = "1.0.1"
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 dc22c5e

Please sign in to comment.