From 64e377cd118b4bb3ef536a6a14e585c591ffa176 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 8 Jun 2022 21:44:22 +0200 Subject: [PATCH] v2.7.0; updated dependencies --- Pipfile | 2 +- src/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index 5caef5e..4c38393 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ python_version = "3" TheCodeLabs-BaseUtils = "*" fastapi = "==0.78.0" uvicorn = "==0.17.6" -sqlalchemy = "==1.4.36" +sqlalchemy = "==1.4.37" apscheduler = "==3.9.1" [dev-packages] diff --git a/src/version.json b/src/version.json index d2715e4..46a3195 100644 --- a/src/version.json +++ b/src/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.6.0", - "code": 21, - "date": "15.05.22" + "name": "v2.7.0", + "code": 22, + "date": "08.06.22" } } \ No newline at end of file -- GitLab