From d69bd5d11560d11aef7335bd07f79d2ad5b3d619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Tue, 14 Jan 2025 01:07:42 +0000 Subject: [PATCH] chore(ci): Bump version to 0.6.9 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da048da..f644c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.6.9 (2025/01/14) + +### Miscellaneous Tasks + +- Setup PyPI Trusted Publishing. ([ca29d527](https://github.com/elisiariocouto/leggen/commit/ca29d527c9e5f9391dfcad6601ad9c585b511b47)) + + + ## 0.6.8 (2025/01/13) ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index c7a04f6..7194eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "0.6.8" +version = "0.6.9" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.12"