Skip to content

Commit

Permalink
update init and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Jan 29, 2024
1 parent 15bbd30 commit 7621bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [Version 1.7.4] - 2024-01-10
## [Version 1.7.6] - 2024-01-29

- Pipelines that are run as part of a pipeline-chain execution will now no longer be retried by ray in the case when an exception occurs.
- Parsing time ranges now has support for more formats.


## [Version 1.7.5] - 2024-01-10

- Parameter `raise_if_failed` renamed to `raise_on_failure` and is now enabled by default.
- Numpy version restricted in anticipation of numpy 2.0 release.
Expand Down
2 changes: 1 addition & 1 deletion eogrow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The main module of the eo-grow package."""

__version__ = "1.7.5"
__version__ = "1.7.6"

0 comments on commit 7621bd0

Please sign in to comment.