Skip to content

Commit

Permalink
release: 2023.7.0 (#129)
Browse files Browse the repository at this point in the history
* update versions in pre-commit and pipelines

* bump version to 2023.7.0
  • Loading branch information
LukeWeidenwalker authored Jul 13, 2023
1 parent ffd06ad commit 0fbd38b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

env:
POETRY_VERSION: 1.4.1
POETRY_VERSION: 1.5.1

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*.*.*'

env:
POETRY_VERSION: 1.4.1
POETRY_VERSION: 1.5.1

jobs:
release:
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.9.0
hooks:
- id: pyupgrade
args:
- --keep-runtime-typing
- --py39-plus

- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
rev: 1.5.1
hooks:
- id: poetry-check

Expand All @@ -30,7 +30,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
exclude: ^specs/openeo-processes/
2 changes: 1 addition & 1 deletion openeo_processes_dask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2023.5.1"
__version__ = "2023.7.0"
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 = "2023.5.1"
version = "2023.7.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]>"]
maintainers = ["EODC Staff <[email protected]>"]
Expand Down

0 comments on commit 0fbd38b

Please sign in to comment.