Browse Source

chore: release main (#395)

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

2
.release-please-manifest.json

@ -1,6 +1,6 @@
{
"libs/pyTermTk": "0.42.0-a.0",
"apps/ttkode": "0.3.0-a.2",
"apps/ttkode": "0.3.1-a.2",
"apps/ttkDesigner": "0.41.4-a.54",
"apps/dumbPaintTool": "0.41.9-a.54"
}

7
apps/ttkode/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.3.1-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.3.0-a.2...ttkode-v0.3.1-a.2) (2025-04-29)
### Chores
* fix deployment ([#394](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/394)) ([3df5a09](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/3df5a092a326e1394c1db2d276d8e6e0a6407085))
## [0.3.0-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.2.15-a.2...ttkode-v0.3.0-a.2) (2025-04-29)

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.3.0-a.2'
__version__:str = '0.3.1-a.2'
from .plugin import TTkodePlugin, TTkodePluginActivity
from .proxy import TTKodeViewerProxy, ttkodeProxy

Loading…
Cancel
Save