From 704c3d4cb79f54040348efec33db77a1eab5cf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Thu, 25 Sep 2025 12:10:40 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.24 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a551771..150490b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## 2025.9.24 (2025/09/25) + +### Features + +- **frontend:** Add comprehensive bank account management system. ([ef7c026d](https://github.com/elisiariocouto/leggen/commit/ef7c026db9911cc3be8d5f48e42a4d7beb4b9d0a)) + + + +## 2025.9.24 (2025/09/25) + +### Features + +- **frontend:** Add comprehensive bank account management system. ([ef7c026d](https://github.com/elisiariocouto/leggen/commit/ef7c026db9911cc3be8d5f48e42a4d7beb4b9d0a)) + + + ## 2025.9.23 (2025/09/24) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ea6950d..05acc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.23" +version = "2025.9.24" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.13.0" diff --git a/uv.lock b/uv.lock index b80b612..d67a4ff 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.23" +version = "2025.9.24" source = { editable = "." } dependencies = [ { name = "apscheduler" },