Skip to content

Commit

Permalink
release: 2023.7.1 (Open-EO#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWeidenwalker committed Jul 24, 2023
1 parent 1e5d2c2 commit e26bb70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2
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.2
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,6 +30,6 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
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-pg-parser-networkx"
version = "2023.7.0"
version = "2023.7.1"
description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>"]
license = "Apache 2.0"
Expand Down

0 comments on commit e26bb70

Please sign in to comment.