Browse Source

chore: release main (#370)

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

4
.release-please-manifest.json

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

9
CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [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)
### Chores
* fix broken symlink ([5c9818a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5c9818ac358c6a82689a7ab53708b372de7dcc29))
* fix deploy ([d0d1746](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d0d1746864307b5e1a7a8e422a144b19e894dbdc))
* merge main ([f16d4eb](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f16d4ebff79216c9f3fa27cb2f2cee745de0e38c))
## [0.41.11-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.10-a.0...pyTermTk-v0.41.11-a.0) (2025-03-30)

8
apps/dumbPaintTool/CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog
## [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)
### Chores
* merge main ([f16d4eb](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f16d4ebff79216c9f3fa27cb2f2cee745de0e38c))
* release main ([#367](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/367)) ([6b50ae3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/6b50ae3506f12ef74f10be316fbb63ba0ede7131))
## [0.41.1-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.0-a.54...theDumbPaintTool-v0.41.1-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.1-a.54"
__version__:str = "0.41.2-a.54"
from .app import main

2
apps/dumbPaintTool/pyproject.toml

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

9
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [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)
### Chores
* fix broken symlink ([5c9818a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5c9818ac358c6a82689a7ab53708b372de7dcc29))
* fix deploy ([d0d1746](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d0d1746864307b5e1a7a8e422a144b19e894dbdc))
* merge main ([f16d4eb](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f16d4ebff79216c9f3fa27cb2f2cee745de0e38c))
## [0.41.11-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.10-a.0...pyTermTk-v0.41.11-a.0) (2025-03-30)

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

Loading…
Cancel
Save