From 1d310dd0810bf6922be1bf9fc7806fec852ffaed Mon Sep 17 00:00:00 2001 From: William Valentin Date: Fri, 1 Aug 2025 14:45:58 -0700 Subject: [PATCH] feat: Update version to 1.7.5 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 8b28ec9..c864402 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.7.4 +VERSION=1.7.5 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/docker-build.sh b/docker-build.sh index c758677..c26e77d 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash CONTAINER_ENGINE="docker" # podman | docker -VERSION="v1.7.4" +VERSION="v1.7.5" REGISTRY="gitea-http.taildb3494.ts.net/will/thechart" if [ "$CONTAINER_ENGINE" == "podman" ]; diff --git a/pyproject.toml b/pyproject.toml index f6fbdc0..350fec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.7.4" +version = "1.7.5" 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 10710d1..f029ef5 100644 --- a/uv.lock +++ b/uv.lock @@ -698,7 +698,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.7.4" +version = "1.7.5" source = { virtual = "." } dependencies = [ { name = "colorlog" },