Skip to content

Commit dc22c5e

Browse files
authored
bumping to 1.0.1 version (#604)
* bumping to 1.0.1 version * adding changelog messages
1 parent 4bec4a8 commit dc22c5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ You can check your current version with the following command:
3131
For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
3232

3333

34+
## 1.0.1
35+
36+
**May 13, 2024**
37+
- Increased retries and backoff in http resilience.
38+
- Fixed bug with temporary storage overfill when downloading archives.
39+
- Bumped dependencies jinja2, tqdm, geojson.
40+
3441
## 1.0.1a4
3542

3643
**May 13, 2024**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "up42-py"
3-
version = "1.0.1a4"
3+
version = "1.0.1"
44
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
55
authors = ["UP42 GmbH <[email protected]>"]
66
license = "https://github.com/up42/up42-py/blob/master/LICENSE"

0 commit comments

Comments
 (0)