From 3749226dd9aa7d5800da9c24d90e12f8a5088589 Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Thu, 3 Apr 2025 10:54:04 +0100 Subject: [PATCH] chore: release main (#377) Co-authored-by: Eugenio Parodi - Action --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ apps/dumbPaintTool/pyproject.toml | 2 +- apps/ttkDesigner/CHANGELOG.md | 7 +++++++ apps/ttkDesigner/pyproject.toml | 2 +- apps/ttkDesigner/ttkDesigner/__init__.py | 2 +- libs/pyTermTk/CHANGELOG.md | 7 +++++++ libs/pyTermTk/TermTk/__init__.py | 2 +- 8 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e85c8472..bfd1ebc8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/pyTermTk": "0.41.16-a.0", - "apps/ttkDesigner": "0.41.3-a.54", + "libs/pyTermTk": "0.41.17-a.0", + "apps/ttkDesigner": "0.41.4-a.54", "apps/dumbPaintTool": "0.41.7-a.54" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6a56fa..d8acb13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.17-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.16-a.0...pyTermTk-v0.41.17-a.0) (2025-04-03) + + +### Chores + +* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621)) + ## [0.41.16-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.15-a.0...pyTermTk-v0.41.16-a.0) (2025-04-02) diff --git a/apps/dumbPaintTool/pyproject.toml b/apps/dumbPaintTool/pyproject.toml index 2fab3b61..938e0755 100644 --- a/apps/dumbPaintTool/pyproject.toml +++ b/apps/dumbPaintTool/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] requires-python = ">=3.9" dependencies = [ - 'pyTermTk>=0.41.16-a.0', + 'pyTermTk>=0.41.17-a.0', 'pyperclip', 'Pillow', ] diff --git a/apps/ttkDesigner/CHANGELOG.md b/apps/ttkDesigner/CHANGELOG.md index 583f980f..be495b9f 100644 --- a/apps/ttkDesigner/CHANGELOG.md +++ b/apps/ttkDesigner/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.4-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.3-a.54...ttkDesigner-v0.41.4-a.54) (2025-04-03) + + +### Chores + +* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621)) + ## [0.41.3-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.2-a.54...ttkDesigner-v0.41.3-a.54) (2025-04-02) diff --git a/apps/ttkDesigner/pyproject.toml b/apps/ttkDesigner/pyproject.toml index 7932c8fd..c46d6eb9 100644 --- a/apps/ttkDesigner/pyproject.toml +++ b/apps/ttkDesigner/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Application Frameworks", ] dependencies = [ - 'pyTermTk>=0.41.16-a.0', + 'pyTermTk>=0.41.17-a.0', 'pyperclip', 'Pillow', ] diff --git a/apps/ttkDesigner/ttkDesigner/__init__.py b/apps/ttkDesigner/ttkDesigner/__init__.py index 0878bf15..c9bb6d68 100755 --- a/apps/ttkDesigner/ttkDesigner/__init__.py +++ b/apps/ttkDesigner/ttkDesigner/__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.41.3-a.54' +__version__:str = '0.41.4-a.54' from .app import * diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index 8c6a56fa..d8acb13d 100644 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.17-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.16-a.0...pyTermTk-v0.41.17-a.0) (2025-04-03) + + +### Chores + +* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621)) + ## [0.41.16-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.15-a.0...pyTermTk-v0.41.16-a.0) (2025-04-02) diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index 4d21673d..b23cc521 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.41.16-a.0' +__version__:str = '0.41.17-a.0' from .TTkCore import * from .TTkTheme import *