Browse Source

chore: release main (#351)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/352/head pyTermTk-v0.41.6-a.0
Pier CeccoPierangioliEugenio 12 months ago committed by GitHub
parent
commit
5877931949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .release-please-manifest.json
  2. 7
      TermTk/CHANGELOG.md
  3. 2
      TermTk/__init__.py

2
.release-please-manifest.json

@ -1,5 +1,5 @@
{
"TermTk": "0.41.5-a.0",
"TermTk": "0.41.6-a.0",
"apps/ttkDesigner": "0.40.1-a.0",
"apps/dumbPaintTool": "0.40.0-a.0"
}

7
TermTk/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.6-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.5-a.0...pyTermTk-v0.41.6-a.0) (2025-03-29)
### Chores
* let's see if the version actually update ([4fb9280](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4fb928051ecb7518aebbfbe04fe99b17240f892d))
## [0.41.5-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.4-a.0...pyTermTk-v0.41.5-a.0) (2025-03-29)

2
TermTk/__init__.py

@ -1,4 +1,4 @@
version:str="0.41.4-a.0"
version:str = '"0.41.6-a.0"'
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save