From 1d97b259b5346da1ed5495e53f0aadeb26be74d5 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 27 Feb 2024 18:34:27 +0100 Subject: [PATCH] v2.16.0 --- pyproject.toml | 2 +- src/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 85d5480..ca66d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StorageLeaf" -version = "2.15.0" +version = "2.16.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 4281d13..055ef10 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.15.0", - "code": 31, - "date": "01.12.23" + "name": "v2.16.0", + "code": 32, + "date": "27.02.24" } } \ No newline at end of file -- GitLab