Skip to content

Commit 34e2d1c

Browse files
zigaLuksicTamara Suligoj
andauthored
Prepare release of 1.5.5 (#794)
* Adjust changelog * update version * update hooks --------- Co-authored-by: Tamara Suligoj <tamara.suligoj@planet.com>
1 parent de1501d commit 34e2d1c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
language_version: python3
2020

2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.4.4"
22+
rev: "v0.4.9"
2323
hooks:
2424
- id: ruff
2525

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [Version 1.5.5] - 2024-06-19
2+
3+
- `SnowMaskTask` now correctly handles temporally empty eopatches.
4+
15
## [Version 1.5.4] - 2024-05-13
26

37
- Minor fixes for documentation

eolearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Main module of the `eolearn` package."""
22

3-
__version__ = "1.5.4"
3+
__version__ = "1.5.5"
44

55
import importlib.util
66
import warnings

0 commit comments

Comments
 (0)