From 949e43ac6c3a3507d5e04a36b1df334dda686222 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Thu, 31 Jul 2025 11:42:13 -0700 Subject: [PATCH] feat: Bump version to 1.6.1 in Makefile, pyproject.toml, and CHANGELOG.md --- Makefile | 2 +- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1daf8c7..6e70030 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=thechart -VERSION=1.0.0 +VERSION=1.6.1 ROOT=/home/will ICON=chart-671.png SHELL=fish diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7764006..5952a29 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to TheChart project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.3.4] - 2025-07-31 +## [1.6.1] - 2025-07-31 ### 📚 Documentation Overhaul - **BREAKING**: Consolidated scattered documentation into organized structure diff --git a/pyproject.toml b/pyproject.toml index 921a0be..1364d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thechart" -version = "1.3.4" +version = "1.6.1" 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 2e9c58d..6e7856b 100644 --- a/uv.lock +++ b/uv.lock @@ -698,7 +698,7 @@ wheels = [ [[package]] name = "thechart" -version = "1.3.4" +version = "1.6.1" source = { virtual = "." } dependencies = [ { name = "colorlog" },