Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 3, 2023
1 parent 3df1e5d commit 5ae7f6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed


## [0.15.0] - 2023-03-03

### Added

- The openeo Python client library can now also be installed with conda (conda-forge channel)
([#176](https://github.com/Open-EO/openeo-python-client/issues/176))
- Allow using a custom `requests.Session` in `openeo.rest.auth.oidc` logic
Expand All @@ -18,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Less verbose log printing on failed batch job [#332](https://github.com/Open-EO/openeo-python-client/issues/332)
- Improve (UTC) timezone handling in `openeo.util.Rfc3339` and add `rfc3339.today()`/`rfc3339.utcnow()`.

### Removed

### Fixed


## [0.14.1] - 2023-02-06

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.15.0a3"
__version__ = "0.15.0"

0 comments on commit 5ae7f6c

Please sign in to comment.