From 9070e53cd7a95a153a87275c00e0ea27e7bdbd74 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 28 Aug 2023 23:40:15 +0200 Subject: [PATCH] v2.14.0 --- pyproject.toml | 2 +- src/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ffd9e06..8ba8c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "StorageLeaf" -version = "2.13.1" +version = "2.14.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 2ac62de..51d0728 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.13.1", - "code": 29, - "date": "07.08.23" + "name": "v2.14.0", + "code": 30, + "date": "28.08.23" } } \ No newline at end of file -- GitLab