Browse Source

chore: release main (#381)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/382/head ttkode-v0.2.15-a.2
Pier CeccoPierangioliEugenio 12 months ago committed by GitHub
parent
commit
416beec7d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .release-please-manifest.json
  2. 8
      apps/ttkode/CHANGELOG.md
  3. 2
      apps/ttkode/ttkode/__init__.py

2
.release-please-manifest.json

@ -1,6 +1,6 @@
{
"libs/pyTermTk": "0.41.17-a.0",
"apps/ttkode": "0.2.14-a.2",
"apps/ttkode": "0.2.15-a.2",
"apps/ttkDesigner": "0.41.4-a.54",
"apps/dumbPaintTool": "0.41.8-a.54"
}

8
apps/ttkode/CHANGELOG.md

@ -0,0 +1,8 @@
# Changelog
## [0.2.15-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.2.14-a.2...ttkode-v0.2.15-a.2) (2025-04-03)
### Chores
* added ttkode among the apps ([1ee75d3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/1ee75d3799b62a7e3ddb3a9037d6d6c186b384cf))

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.2.4-a.15'
__version__:str = '0.2.15-a.2'
from .app import *

Loading…
Cancel
Save