Browse Source

chore: release main (#371)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/372/head pyTermTk-v0.41.15-a.0
Pier CeccoPierangioliEugenio 12 months ago committed by GitHub
parent
commit
0a91ba4144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .release-please-manifest.json
  2. 8
      CHANGELOG.md
  3. 7
      apps/dumbPaintTool/CHANGELOG.md
  4. 2
      apps/dumbPaintTool/dumbPaintTool/__init__.py
  5. 2
      apps/dumbPaintTool/pyproject.toml
  6. 8
      libs/pyTermTk/CHANGELOG.md
  7. 2
      libs/pyTermTk/TermTk/__init__.py

4
.release-please-manifest.json

@ -1,5 +1,5 @@
{
"libs/pyTermTk": "0.41.14-a.0",
"libs/pyTermTk": "0.41.15-a.0",
"apps/ttkDesigner": "0.41.1-a.54",
"apps/dumbPaintTool": "0.41.2-a.54"
"apps/dumbPaintTool": "0.41.3-a.54"
}

8
CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog
## [0.41.15-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.14-a.0...pyTermTk-v0.41.15-a.0) (2025-04-02)
### Chores
* bump version ([9c2940a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9c2940a2703ba605e4d4ffbfe89e473d29043e75))
* merge main ([5a82301](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5a82301291fe06e9c4d2a13911982b427c8a232e))
## [0.41.14-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.13-a.0...pyTermTk-v0.41.14-a.0) (2025-04-02)

7
apps/dumbPaintTool/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.3-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.2-a.54...theDumbPaintTool-v0.41.3-a.54) (2025-04-02)
### Chores
* merge main ([5a82301](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5a82301291fe06e9c4d2a13911982b427c8a232e))
## [0.41.2-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.1-a.54...theDumbPaintTool-v0.41.2-a.54) (2025-04-02)

2
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.2-a.54"
__version__:str = "0.41.3-a.54"
from .app import main

2
apps/dumbPaintTool/pyproject.toml

@ -12,7 +12,7 @@ authors = [
]
requires-python = ">=3.9"
dependencies = [
'pyTermTk >= "0.41.14-a.0"',
'pyTermTk >= "0.41.15-a.0"',
'pyperclip',
'Pillow',
]

8
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog
## [0.41.15-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.14-a.0...pyTermTk-v0.41.15-a.0) (2025-04-02)
### Chores
* bump version ([9c2940a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9c2940a2703ba605e4d4ffbfe89e473d29043e75))
* merge main ([5a82301](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5a82301291fe06e9c4d2a13911982b427c8a232e))
## [0.41.14-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.13-a.0...pyTermTk-v0.41.14-a.0) (2025-04-02)

2
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.14-a.0"
__version__:str = "0.41.15-a.0"
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save