From 8ec42f2a71de4b35ff2d127bc9583c0d25319c48 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 27 Feb 2024 18:28:15 +0100 Subject: [PATCH] api: v2.21.0 --- api/pyproject.toml | 2 +- api/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 067d7cc..b3bb535 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapApi" -version = "2.20.0" +version = "2.21.0" description = "Allows you to create multiple roadmaps for your projects and displays them in a timeline" authors = ["deadlocker8"] diff --git a/api/version.json b/api/version.json index f33f70e..2e2a8d5 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.20.0", - "code": 34, - "date": "01.12.23" + "name": "v2.21.0", + "code": 35, + "date": "27.02.24" } } \ No newline at end of file -- GitLab