From 1464295283737147dcbc5cc8cfc9910aa0a63506 Mon Sep 17 00:00:00 2001 From: Fabio Ambauen Date: Mon, 30 Dec 2024 10:48:05 +0100 Subject: [PATCH] chore: trigger new release --- api/pyproject.toml | 2 +- compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 9fcba838..24181139 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mysagw" -version = "0.1.3" +version = "0.1.4" description = "Application management for SAGW" repository = "https://github.com/adfinis/mySAGW" authors = ["Adfinis"] diff --git a/compose.yaml b/compose.yaml index ebc6eef4..f3e1cd67 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,5 @@ --- -x-version: 0.4.2 +x-version: 0.4.3 services: db: @@ -11,7 +11,7 @@ services: - "5432:5432" api: - image: ghcr.io/adfinis/mysagw/api:0.1.3 + image: ghcr.io/adfinis/mysagw/api:0.1.4 environment: - DATABASE_HOST=db - DATABASE_PORT=5432