From 4ee0f5c7b19f6336ecf362760d834b79a0f806c5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 7 Jun 2025 18:31:47 -0400 Subject: [PATCH] 1.1.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61b697..8466004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v1.1.3 (2025-06-07) + +### Bug Fixes + +- **readme**: Non critical issue, but still an issue + ([`cb06128`](https://github.com/muszyn/release-testing/commit/cb061287cd96aa8d841f0066a6c4f2992a82a160)) + + ## v1.1.2 (2025-06-07) diff --git a/pyproject.toml b/pyproject.toml index 188bd91..ec37826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tagging-test" -version = "1.1.2" +version = "1.1.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"