Skip to content

Commit

Permalink
Prepare release of 1.5.5 (#794)
Browse files Browse the repository at this point in the history
* Adjust changelog

* update version

* update hooks

---------

Co-authored-by: Tamara Suligoj <[email protected]>
  • Loading branch information
zigaLuksic and Tamara Suligoj authored Jun 19, 2024
1 parent de1501d commit 34e2d1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
language_version: python3

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.4.9"
hooks:
- id: ruff

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [Version 1.5.5] - 2024-06-19

- `SnowMaskTask` now correctly handles temporally empty eopatches.

## [Version 1.5.4] - 2024-05-13

- Minor fixes for documentation
Expand Down
2 changes: 1 addition & 1 deletion eolearn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Main module of the `eolearn` package."""

__version__ = "1.5.4"
__version__ = "1.5.5"

import importlib.util
import warnings
Expand Down

0 comments on commit 34e2d1c

Please sign in to comment.