diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0e47ad71e0be3447c20fc2b1af13886aac25b7..94cd01d2265b0ec3487c3da0c96da6e1e909bd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ SPDX-License-Identifier: CC0-1.0 * Outsourced basic configurations into seperate file: `src/pet/utils.sh` * Outsourced additional expression files into own directory: `src/pet/helper` -## v2025.01.24: Intelligent variable handling +## v2025.01.28: Intelligent variable handling ### Added * Added support for projects besides NUKLEUS via project facet diff --git a/pet-wrapper-api.py b/pet-wrapper-api.py index 21c816a680208791e029e33b4ccda4e719c6cb24..2ef69fef5e01d5138e8a50c7ac365b638529bc0d 100644 --- a/pet-wrapper-api.py +++ b/pet-wrapper-api.py @@ -43,7 +43,7 @@ class PET(plugin.PluginAbstract): # Define the details for the plugin ###################################################### - __version__ = (2025, 1, 24) + __version__ = (2025, 1, 28) __short_description__: str = ( "Calculation of daily Potential Evatransporation" )