Skip to content

Commit ebfd5be

Browse files
committed
Release 0.34.0
1 parent e667c43 commit ebfd5be

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Drop support for Python 3.7 ([#578](https://github.com/Open-EO/openeo-python-client/issues/578))
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.34.0] - 2024-10-31
1520

1621
### Removed
1722

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

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

2229

2330
## [0.33.0] - 2024-10-18

openeo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.34.0a1"
1+
__version__ = "0.34.0"

0 commit comments

Comments
 (0)