Skip to content

Commit f16d4eb

Browse files
chore: merge main
2 parents d0d1746 + 6b50ae3 commit f16d4eb

4 files changed

Lines changed: 10 additions & 3 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.41.12-a.0",
2+
"libs/pyTermTk": "0.41.13-a.0",
33
"apps/ttkDesigner": "0.41.1-a.54",
44
"apps/dumbPaintTool": "0.41.1-a.54"
55
}

apps/dumbPaintTool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
requires-python = ">=3.9"
1414
dependencies = [
15-
'pyTermTk >= "0.41.12-a.0"',
15+
'pyTermTk >= "0.41.13-a.0"',
1616
'pyperclip',
1717
'Pillow',
1818
]

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.41.13-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.12-a.0...pyTermTk-v0.41.13-a.0) (2025-04-02)
4+
5+
6+
### Chores
7+
8+
* bump version ([6944a8e](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/6944a8e670df12fc512a7bf2d949320e6e7a4988))
9+
310
## [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)
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.41.12-a.0"
23+
__version__:str = "0.41.13-a.0"
2424

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

0 commit comments

Comments
 (0)