Skip to content

Commit

Permalink
Release 2023.1.0 (#34)
Browse files Browse the repository at this point in the history
* update precommit packages

* bump version
  • Loading branch information
LukeWeidenwalker authored Jan 19, 2023
1 parent 7f3c0ed commit 23d4339
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.3.1
hooks:
- id: pyupgrade
args:
- --keep-runtime-typing
- --py39-plus

- repo: https://github.com/python-poetry/poetry
rev: 1.2.2
rev: 1.3.0
hooks:
- id: poetry-check

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
2 changes: 1 addition & 1 deletion openeo_processes_dask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2022.12.4"
__version__ = "2023.1.0"

import rioxarray as rio # Required for the .rio accessor on xarrays.

Expand Down
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.4"
version = "2023.1.0"
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 23d4339

Please sign in to comment.