From 03ef9e761a3dcc5c6014c01e34f5c56e92a50f9d Mon Sep 17 00:00:00 2001 From: William Valentin Date: Fri, 1 Aug 2025 14:12:06 -0700 Subject: [PATCH] feat: Update version to 1.7.4 in Makefile, docker-build.sh, and pyproject.toml --- Makefile | 2 +- docker-build.sh | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c42fe6f..a55402d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.7.3 +VERSION=1.7.4 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/docker-build.sh b/docker-build.sh index 68ea162..c758677 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash CONTAINER_ENGINE="docker" # podman | docker -VERSION="v1.7.3" +VERSION="v1.7.4" REGISTRY="gitea-http.taildb3494.ts.net/will/thechart" if [ "$CONTAINER_ENGINE" == "podman" ]; diff --git a/pyproject.toml b/pyproject.toml index bb37e12..f6fbdc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.7.3" +version = "1.7.4" description = "Chart to monitor your medication intake over time." readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index c96022c..10710d1 100644 --- a/uv.lock +++ b/uv.lock @@ -698,7 +698,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.7.3" +version = "1.7.4" source = { virtual = "." } dependencies = [ { name = "colorlog" },