Browse Source

chore: release main (#526)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/540/head
Pier CeccoPierangioliEugenio 4 months ago committed by GitHub
parent
commit
ed584a659a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      .release-please-manifest.json
  2. 9
      CHANGELOG.md
  3. 9
      apps/dumbPaintTool/CHANGELOG.md
  4. 2
      apps/dumbPaintTool/dumbPaintTool/__init__.py
  5. 2
      apps/dumbPaintTool/pyproject.toml
  6. 9
      apps/tlogg/CHANGELOG.md
  7. 2
      apps/tlogg/pyproject.toml
  8. 2
      apps/tlogg/tlogg/__init__.py
  9. 9
      apps/ttkDesigner/CHANGELOG.md
  10. 2
      apps/ttkDesigner/pyproject.toml
  11. 2
      apps/ttkDesigner/ttkDesigner/__init__.py
  12. 9
      apps/ttkode/CHANGELOG.md
  13. 2
      apps/ttkode/pyproject.toml
  14. 2
      apps/ttkode/ttkode/__init__.py
  15. 9
      libs/pyTermTk/CHANGELOG.md
  16. 2
      libs/pyTermTk/TermTk/__init__.py

10
.release-please-manifest.json

@ -1,7 +1,7 @@
{
"libs/pyTermTk": "0.48.0-a.0",
"apps/ttkode": "0.5.3-a.2",
"apps/tlogg": "0.7.1-a.0",
"apps/ttkDesigner": "0.41.5-a.54",
"apps/dumbPaintTool": "0.41.10-a.54"
"libs/pyTermTk": "0.48.1-a0",
"apps/ttkode": "0.48.1-a0",
"apps/tlogg": "0.48.1-a0",
"apps/ttkDesigner": "0.48.1-a0",
"apps/dumbPaintTool": "0.48.1-a0"
}

9
CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.48.0-a.0...pyTermTk-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.48.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.47.2-a.0...pyTermTk-v0.48.0-a.0) (2025-11-10)

9
apps/dumbPaintTool/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.10-a.54...theDumbPaintTool-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.41.10-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.9-a.54...theDumbPaintTool-v0.41.10-a.54) (2025-11-10)

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.10-a.54'
__version__:str = '0.48.1-a0'
from .app import main

2
apps/dumbPaintTool/pyproject.toml

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

9
apps/tlogg/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.7.1-a.0...tlogg-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.7.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.7.0-a.0...tlogg-v0.7.1-a.0) (2025-07-20)

2
apps/tlogg/pyproject.toml

@ -24,7 +24,7 @@ classifiers = [
"Topic :: Software Development :: User Interfaces",
]
dependencies = [
'pyTermTk>=0.43.3-a.0',
'pyTermTk>=0.48.1-a0',
'appdirs',
'copykitten',
'pyyaml'

2
apps/tlogg/tlogg/__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.7.1-a.0'
__version__:str = '0.48.1-a0'
from .plugin import TloggPlugin
from .proxy import tloggProxy, TloggViewerProxy

9
apps/ttkDesigner/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.5-a.54...ttkDesigner-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.41.5-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.4-a.54...ttkDesigner-v0.41.5-a.54) (2025-11-10)

2
apps/ttkDesigner/pyproject.toml

@ -29,7 +29,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
dependencies = [
'pyTermTk>=0.48.0-a.0',
'pyTermTk>=0.48.1-a0',
'pyperclip',
'Pillow',
]

2
apps/ttkDesigner/ttkDesigner/__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.5-a.54'
__version__:str = '0.48.1-a0'
from .app import *

9
apps/ttkode/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.5.3-a.2...ttkode-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.5.3-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.5.2-a.2...ttkode-v0.5.3-a.2) (2025-10-13)

2
apps/ttkode/pyproject.toml

@ -24,7 +24,7 @@ classifiers = [
"Topic :: Software Development :: User Interfaces",
]
dependencies = [
'pyTermTk>=0.47.2-a.0',
'pyTermTk>=0.48.1-a0',
'appdirs',
'copykitten',
'pygments'

2
apps/ttkode/ttkode/__init__.py

@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__:str = '0.5.3-a.2'
__version__:str = '0.48.1-a0'
from .plugin import TTkodePlugin, TTkodePluginWidget, TTkodePluginWidgetActivity, TTkodePluginWidgetPanel
from .proxy import TTKodeViewerProxy, ttkodeProxy

9
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,14 @@
# Changelog
## [0.48.1-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.48.0-a.0...pyTermTk-v0.48.1-a0) (2025-11-10)
### Chores
* release 0.48.1-a0 ([7a9e1b4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7a9e1b411242d61b5d034abb2256eb4a0caa4558))
* release 0.48.1-a0 ([#523](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/523)) ([a6b5f5d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a6b5f5d1309516c44719577a8468fb21f0804b72))
* release main ([#524](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/524)) ([373f26d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/373f26dc37e4c3b6c47a460d109de34de90bfa23))
## [0.48.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.47.2-a.0...pyTermTk-v0.48.0-a.0) (2025-11-10)

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.48.0-a.0'
__version__:str = '0.48.1-a0'
from .TTkTheme import *
from .TTkCore import *

Loading…
Cancel
Save