From 640d8cb44e45cf32be7cc0edafa2c27877a57fb6 Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Mon, 28 Jul 2025 13:40:32 +0100 Subject: [PATCH] chore: release main (#432) Co-authored-by: Eugenio Parodi - Action --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ libs/pyTermTk/CHANGELOG.md | 12 ++++++++++++ libs/pyTermTk/TermTk/__init__.py | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf5ce8c8..a3ec9ccf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/pyTermTk": "0.44.0-a.0", + "libs/pyTermTk": "0.45.0-a.0", "apps/ttkode": "0.4.0-a.2", "apps/tlogg": "0.7.1-a.0", "apps/ttkDesigner": "0.41.4-a.54", diff --git a/CHANGELOG.md b/CHANGELOG.md index 817903a9..d7993110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.45.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.44.0-a.0...pyTermTk-v0.45.0-a.0) (2025-07-28) + + +### Features + +* support Union types in the signals/slots ([#431](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/431)) ([4140d14](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4140d14de58e8fc973c663251910582d5bd2ebf2)) + + +### Document Changes + +* **TextEdit:** improve documentation ([0f245b7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0f245b78e4eee1f3d48f60c24d4a21e0441c9ffc)) + ## [0.44.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.4-a.0...pyTermTk-v0.44.0-a.0) (2025-07-26) diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index 817903a9..d7993110 100644 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.45.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.44.0-a.0...pyTermTk-v0.45.0-a.0) (2025-07-28) + + +### Features + +* support Union types in the signals/slots ([#431](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/431)) ([4140d14](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4140d14de58e8fc973c663251910582d5bd2ebf2)) + + +### Document Changes + +* **TextEdit:** improve documentation ([0f245b7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0f245b78e4eee1f3d48f60c24d4a21e0441c9ffc)) + ## [0.44.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.4-a.0...pyTermTk-v0.44.0-a.0) (2025-07-26) diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index 3d7855db..1d04a56a 100644 --- a/libs/pyTermTk/TermTk/__init__.py +++ b/libs/pyTermTk/TermTk/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__:str = '0.44.0-a.0' +__version__:str = '0.45.0-a.0' from .TTkCore import * from .TTkTheme import *