Skip to content

Commit

Permalink
Release 2.0.1 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
andher1802 authored Aug 16, 2024
1 parent 17500cd commit 50beda1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ You can check your current version with the following command:

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

## 2.0.1

**Aug 15, 2024**

- Switch `ProductGlossart::IntegrationValue` from `Enum` to `Literal`.
- Fixed `FEASIBILITY_STUDY_MAY_BE_REQUIRED` value in the `glossary.IntegrationValue` Literal.


## 2.0.1a3

**Aug 15, 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 = "2.0.1a3"
version = "2.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 50beda1

Please sign in to comment.