From 4149743891d5e03b437a97e13c9b534d16ef6bfd Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Tue, 3 Dec 2024 22:17:59 +0100
Subject: [PATCH] v2.19.0

---
 pyproject.toml   | 2 +-
 src/version.json | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index cd6a1fe..c12c0c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "StorageLeaf"
-version = "2.18.1"
+version = "2.19.0"
 description = "Accepts sensor data and saves them into a database. The saved data can be accessed via api."
 authors = ["TheCodeLabsDevs"]
 
diff --git a/src/version.json b/src/version.json
index 9837caf..9d8af16 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v2.18.1",
-        "code": 35,
-        "date": "27.10.24"
+        "name": "v2.19.0",
+        "code": 36,
+        "date": "03.12.24"
     }
 }
\ No newline at end of file
-- 
GitLab