From 5fd1d697f9c791a3565c7d7c7be0ab93f8a78b89 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 1 Dec 2023 22:53:24 +0100 Subject: [PATCH] v2.15.0 --- pyproject.toml | 2 +- src/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 811fd7a..188ccaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StorageLeaf" -version = "2.14.0" +version = "2.15.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 51d0728..4281d13 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.14.0", - "code": 30, - "date": "28.08.23" + "name": "v2.15.0", + "code": 31, + "date": "01.12.23" } } \ No newline at end of file -- GitLab