From e15777671cb474d3f0dba15d47b00b3c9ce6089f Mon Sep 17 00:00:00 2001
From: Bianca Wentzel <k202206@l40048.lvt.dkrz.de>
Date: Tue, 28 Jan 2025 08:05:48 +0100
Subject: [PATCH] Adapted version number

---
 CHANGELOG.md       | 2 +-
 pet-wrapper-api.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c0e47a..94cd01d 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 21c816a..2ef69fe 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"
     )
-- 
GitLab