Browse Source

chore: release main (#373)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/375/head theDumbPaintTool-v0.41.5-a.54
Pier CeccoPierangioliEugenio 12 months ago committed by GitHub
parent
commit
67d2006642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .release-please-manifest.json
  2. 7
      apps/dumbPaintTool/CHANGELOG.md
  3. 2
      apps/dumbPaintTool/dumbPaintTool/__init__.py
  4. 7
      apps/ttkDesigner/CHANGELOG.md
  5. 2
      apps/ttkDesigner/ttkDesigner/__init__.py

4
.release-please-manifest.json

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

7
apps/dumbPaintTool/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.5-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.4-a.54...theDumbPaintTool-v0.41.5-a.54) (2025-04-02)
### Chores
* added links in the apps ([c4b8f64](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c4b8f64b6b8f02502f2db2c8d3886b62f63b6d4e))
## [0.41.4-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/theDumbPaintTool-v0.41.3-a.54...theDumbPaintTool-v0.41.4-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.4-a.54"
__version__:str = "0.41.5-a.54"
from .app import main

7
apps/ttkDesigner/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.41.2-a.54](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkDesigner-v0.41.1-a.54...ttkDesigner-v0.41.2-a.54) (2025-04-02)
### Chores
* added links in the apps ([c4b8f64](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c4b8f64b6b8f02502f2db2c8d3886b62f63b6d4e))
## [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)

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.1-a.54"
__version__:str = "0.41.2-a.54"
from .app import *

Loading…
Cancel
Save