Browse Source

chore: release main (#365)

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

6
.release-please-manifest.json

@ -1,5 +1,5 @@
{ {
"libs/pyTermTk": "0.41.11-a.0", "libs/pyTermTk": "0.41.12-a.0",
"apps/ttkDesigner": "0.41.0-a.54", "apps/ttkDesigner": "0.41.1-a.54",
"apps/dumbPaintTool": "0.41.0-a.54" "apps/dumbPaintTool": "0.41.1-a.54"
} }

10
apps/dumbPaintTool/CHANGELOG.md

@ -0,0 +1,10 @@
# Changelog
## [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)
### Chores
* fix the artifacts generation to use the new pyTermTk Folder ([e69c3bf](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/e69c3bf5294da509c15b4c10c6addad1a51c89d9))
* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db))
* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a))

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 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE. # SOFTWARE.
__version__:str = "0.41.11-a.4" __version__:str = "0.41.1-a.54"
from .app import main from .app import main

2
apps/dumbPaintTool/pyproject.toml

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

8
apps/ttkDesigner/CHANGELOG.md

@ -1,5 +1,13 @@
# Changelog # Changelog
## [0.41.1-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.0-a.54...ttkDesigner-v0.41.1-a.54) (2025-04-02)
### Chores
* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db))
* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a))
## [0.40.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.40.0-a.0...ttkDesigner-v0.40.1-a.0) (2025-03-26) ## [0.40.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.40.0-a.0...ttkDesigner-v0.40.1-a.0) (2025-03-26)

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 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE. # SOFTWARE.
__version__:str = "0.41.113-a.12" __version__:str = "0.41.1-a.54"
from .app import * from .app import *

12
libs/pyTermTk/CHANGELOG.md

@ -1 +1,11 @@
../../CHANGELOG.md # Changelog
## [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)
### Chores
* fixed readme in pyprojects ([d1f3bf3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d1f3bf36208edf7f36e867c5631d5186f4b5d2db))
* merged ([c38194a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c38194a951d86d3ab040bc7bad9397c7861c2c2a))
../../CHANGELOG.md

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 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE. # SOFTWARE.
__version__:str = "0.41.11-a.6" __version__:str = "0.41.12-a.0"
from .TTkCore import * from .TTkCore import *
from .TTkTheme import * from .TTkTheme import *

Loading…
Cancel
Save