diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b519bbd4..daf25a8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/pyTermTk": "0.41.11-a.0", - "apps/ttkDesigner": "0.41.0-a.54", - "apps/dumbPaintTool": "0.41.0-a.54" + "libs/pyTermTk": "0.41.12-a.0", + "apps/ttkDesigner": "0.41.1-a.54", + "apps/dumbPaintTool": "0.41.1-a.54" } diff --git a/apps/dumbPaintTool/CHANGELOG.md b/apps/dumbPaintTool/CHANGELOG.md new file mode 100644 index 00000000..cb827d26 --- /dev/null +++ b/apps/dumbPaintTool/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.41.1-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.0-a.54...theDumbPaintTool-v0.41.1-a.54) (2025-04-02) + + +### Chores + +* fix the artifacts generation to use the new pyTermTk Folder ([e69c3bf](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/e69c3bf5294da509c15b4c10c6addad1a51c89d9)) +* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db)) +* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a)) diff --git a/apps/dumbPaintTool/dumbPaintTool/__init__.py b/apps/dumbPaintTool/dumbPaintTool/__init__.py index ebef7b33..8ceafe9b 100755 --- a/apps/dumbPaintTool/dumbPaintTool/__init__.py +++ b/apps/dumbPaintTool/dumbPaintTool/__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.11-a.4" +__version__:str = "0.41.1-a.54" from .app import main diff --git a/apps/dumbPaintTool/pyproject.toml b/apps/dumbPaintTool/pyproject.toml index d15fb3af..bd1d2eec 100644 --- a/apps/dumbPaintTool/pyproject.toml +++ b/apps/dumbPaintTool/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] requires-python = ">=3.9" dependencies = [ - 'pyTermTk >= 0.41.11-a.1', + 'pyTermTk >= "0.41.12-a.0"', 'pyperclip', 'Pillow', ] diff --git a/apps/ttkDesigner/CHANGELOG.md b/apps/ttkDesigner/CHANGELOG.md index db82761f..d8a582be 100644 --- a/apps/ttkDesigner/CHANGELOG.md +++ b/apps/ttkDesigner/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.41.1-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.0-a.54...ttkDesigner-v0.41.1-a.54) (2025-04-02) + + +### Chores + +* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db)) +* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a)) + ## [0.40.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.40.0-a.0...ttkDesigner-v0.40.1-a.0) (2025-03-26) diff --git a/apps/ttkDesigner/ttkDesigner/__init__.py b/apps/ttkDesigner/ttkDesigner/__init__.py index a5ac9637..782284d4 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.113-a.12" +__version__:str = "0.41.1-a.54" from .app import * diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index 699cc9e7..cf025bcf 120000 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1 +1,11 @@ -../../CHANGELOG.md \ No newline at end of file +# Changelog + +## [0.41.12-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.11-a.0...pyTermTk-v0.41.12-a.0) (2025-04-02) + + +### Chores + +* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db)) +* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a)) + +../../CHANGELOG.md diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index f00bdcb0..02dceea3 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.11-a.6" +__version__:str = "0.41.12-a.0" from .TTkCore import * from .TTkTheme import *