From da6c7bbf3ee7d11d22f37e2b2e5ad92198f7c44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Wed, 10 Sep 2025 01:21:49 +0100 Subject: [PATCH] chore(ci): Bump version to 2025.9.3 --- 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 3152402..6a7f59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +## 2025.9.3 (2025/09/10) + +### Miscellaneous Tasks + +- **ci:** Fix GitHub Actions syntax. ([90e58734](https://github.com/elisiariocouto/leggen/commit/90e58734adb9638efd695719321874658529561d)) + + + +## 2025.9.3 (2025/09/10) + +### Miscellaneous Tasks + +- **ci:** Fix GitHub Actions syntax. ([90e58734](https://github.com/elisiariocouto/leggen/commit/90e58734adb9638efd695719321874658529561d)) + + + ## 2025.9.2 (2025/09/10) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 8e8df50..34738c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "2025.9.2" +version = "2025.9.3" 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 2fcb25e..1f87080 100644 --- a/uv.lock +++ b/uv.lock @@ -222,7 +222,7 @@ wheels = [ [[package]] name = "leggen" -version = "2025.9.2" +version = "2025.9.3" source = { editable = "." } dependencies = [ { name = "apscheduler" },