From 032fcb1bafb61903669ff22dbfa5dd39c458aae0 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 28 Aug 2023 22:21:46 +0200 Subject: [PATCH] api: v2.19.0 --- api/Pipfile | 23 ----------------------- api/pyproject.toml | 2 +- api/version.json | 6 +++--- 3 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 api/Pipfile diff --git a/api/Pipfile b/api/Pipfile deleted file mode 100644 index d7a0880..0000000 --- a/api/Pipfile +++ /dev/null @@ -1,23 +0,0 @@ -[[source]] -url = "https://pypi.python.org/simple" -verify_ssl = true -name = "pypi" - -[[source]] -url = "https://pypi.thecodelabs.de" -verify_ssl = true -name = "TheCodeLabs" - -[requires] -python_version = "3" - -[packages] -flask = "==2.3.2" -flask_jwt_extended = "==4.5.2" -gevent = "==22.10.2" -psycopg2 = "==2.9.6" -TheCodeLabs-BaseUtils = {version="*", index="TheCodeLabs"} -TheCodeLabs-FlaskUtils = {version="*", index="TheCodeLabs"} -pyyaml = "==6.0.0" - -[dev-packages] diff --git a/api/pyproject.toml b/api/pyproject.toml index 03f2e90..1421657 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "RoadmapApi" -version = "2.18.0" +version = "2.19.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 04ddf51..82bc2ce 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.18.0", - "code": 32, - "date": "05.06.23" + "name": "v2.19.0", + "code": 33, + "date": "28.08.23" } } \ No newline at end of file -- GitLab