Skip to content

Commit

Permalink
Release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 31, 2024
1 parent e667c43 commit ebfd5be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578))
### Removed

### Fixed


## [0.34.0] - 2024-10-31

### Removed

- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578))

### Fixed

- Fixed support for `title` and `description` in `execute_batch()` ([#652](https://github.com/Open-EO/openeo-python-client/issues/652))
- Fixed broken support for `title` and `description` job properties in `execute_batch()` ([#652](https://github.com/Open-EO/openeo-python-client/issues/652))


## [0.33.0] - 2024-10-18
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.34.0a1"
__version__ = "0.34.0"

0 comments on commit ebfd5be

Please sign in to comment.