Skip to content

Commit

Permalink
Release 2022.12.2 (#8)
Browse files Browse the repository at this point in the history
* make dependencies less restrictive

* pin dependencies to not jump major versions

* bump to 2022.12.2
  • Loading branch information
LukeWeidenwalker authored Dec 2, 2022
1 parent bb8f7cd commit 5eb0e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openeo_processes_dask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2022.12.1"
__version__ = "2022.12.2"
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 = "openeo-processes-dask"
version = "2022.12.1"
version = "2022.12.2"
description = "Python implementations of many OpenEO processes, dask-friendly by default."
authors = ["Lukas Weidenholzer <[email protected]>", "Sean Hoyal <[email protected]>", "Valentina Hutter <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 5eb0e93

Please sign in to comment.