Skip to content

Commit 5ae7f6c

Browse files
committed
Release 0.15.0
1 parent 3df1e5d commit 5ae7f6c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.15.0] - 2023-03-03
20+
21+
### Added
22+
1223
- The openeo Python client library can now also be installed with conda (conda-forge channel)
1324
([#176](https://github.com/Open-EO/openeo-python-client/issues/176))
1425
- Allow using a custom `requests.Session` in `openeo.rest.auth.oidc` logic
@@ -18,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1829
- Less verbose log printing on failed batch job [#332](https://github.com/Open-EO/openeo-python-client/issues/332)
1930
- Improve (UTC) timezone handling in `openeo.util.Rfc3339` and add `rfc3339.today()`/`rfc3339.utcnow()`.
2031

21-
### Removed
22-
23-
### Fixed
24-
2532

2633
## [0.14.1] - 2023-02-06
2734

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.0a3"
1+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)