Skip to content

Commit e24fdcb

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

4 files changed

Lines changed: 16 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.43.0-a.0",
2+
"libs/pyTermTk": "0.43.1-a.0",
33
"apps/ttkode": "0.4.0-a.2",
44
"apps/tlogg": "0.7.0-a.0",
55
"apps/ttkDesigner": "0.41.4-a.54",

CHANGELOG.md

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

3+
## [0.43.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.0-a.0...pyTermTk-v0.43.1-a.0) (2025-06-03)
4+
5+
6+
### Chores
7+
8+
* update hero image ([ae3a37f](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/ae3a37ffab812fb2c174065997e64b8c565e76d3))
9+
310
## [0.43.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.42.1-a.0...pyTermTk-v0.43.0-a.0) (2025-06-03)
411

512

libs/pyTermTk/CHANGELOG.md

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

3+
## [0.43.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.0-a.0...pyTermTk-v0.43.1-a.0) (2025-06-03)
4+
5+
6+
### Chores
7+
8+
* update hero image ([ae3a37f](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/ae3a37ffab812fb2c174065997e64b8c565e76d3))
9+
310
## [0.43.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.42.1-a.0...pyTermTk-v0.43.0-a.0) (2025-06-03)
411

512

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.43.0-a.0'
23+
__version__:str = '0.43.1-a.0'
2424

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

0 commit comments

Comments
 (0)