Browse Source

chore: release main (#377)

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

4
.release-please-manifest.json

@ -1,5 +1,5 @@
{
"libs/pyTermTk": "0.41.16-a.0",
"apps/ttkDesigner": "0.41.3-a.54",
"libs/pyTermTk": "0.41.17-a.0",
"apps/ttkDesigner": "0.41.4-a.54",
"apps/dumbPaintTool": "0.41.7-a.54"
}

7
CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.17-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.16-a.0...pyTermTk-v0.41.17-a.0) (2025-04-03)
### Chores
* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621))
## [0.41.16-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.15-a.0...pyTermTk-v0.41.16-a.0) (2025-04-02)

2
apps/dumbPaintTool/pyproject.toml

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

7
apps/ttkDesigner/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.4-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.3-a.54...ttkDesigner-v0.41.4-a.54) (2025-04-03)
### Chores
* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621))
## [0.41.3-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.2-a.54...ttkDesigner-v0.41.3-a.54) (2025-04-02)

2
apps/ttkDesigner/pyproject.toml

@ -29,7 +29,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
dependencies = [
'pyTermTk>=0.41.16-a.0',
'pyTermTk>=0.41.17-a.0',
'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.3-a.54'
__version__:str = '0.41.4-a.54'
from .app import *

7
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.17-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.16-a.0...pyTermTk-v0.41.17-a.0) (2025-04-03)
### Chores
* release main ([#376](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/376)) ([9b85fc4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9b85fc4d4f3a5997811f10ca5b87cf756c8dd621))
## [0.41.16-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.15-a.0...pyTermTk-v0.41.16-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.16-a.0'
__version__:str = '0.41.17-a.0'
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save