diff --git a/api/Pipfile b/api/Pipfile deleted file mode 100644 index d7a08805fc4eba92473a70e86a11467b000ee37d..0000000000000000000000000000000000000000 --- 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 03f2e90276a65b4df7c31a09a4ce160ffedbaee1..1421657e546a675e8eb35a0da9d8c9dd32fe97e5 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 04ddf510f222d7cdd3f6ad871fafc3e34b589077..82bc2cea26759eb6a0a27791680c471a70ef0a4a 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