Skip to content

Commit 640d8cb

Browse files
ceccopierangiolieugenioEugenio Parodi - Action
andauthored
chore: release main (#432)
Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
1 parent c936265 commit 640d8cb

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"libs/pyTermTk": "0.44.0-a.0",
2+
"libs/pyTermTk": "0.45.0-a.0",
33
"apps/ttkode": "0.4.0-a.2",
44
"apps/tlogg": "0.7.1-a.0",
55
"apps/ttkDesigner": "0.41.4-a.54",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* support Union types in the signals/slots ([#431](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/431)) ([4140d14](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4140d14de58e8fc973c663251910582d5bd2ebf2))
9+
10+
11+
### Document Changes
12+
13+
* **TextEdit:** improve documentation ([0f245b7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0f245b78e4eee1f3d48f60c24d4a21e0441c9ffc))
14+
315
## [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)
416

517

libs/pyTermTk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* support Union types in the signals/slots ([#431](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/431)) ([4140d14](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4140d14de58e8fc973c663251910582d5bd2ebf2))
9+
10+
11+
### Document Changes
12+
13+
* **TextEdit:** improve documentation ([0f245b7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0f245b78e4eee1f3d48f60c24d4a21e0441c9ffc))
14+
315
## [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)
416

517

libs/pyTermTk/TermTk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__:str = '0.44.0-a.0'
23+
__version__:str = '0.45.0-a.0'
2424

2525
from .TTkCore import *
2626
from .TTkTheme import *

0 commit comments

Comments
 (0)