diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2719353a..13bf6622 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/pyTermTk": "0.43.1-a.0", + "libs/pyTermTk": "0.43.2-a.0", "apps/ttkode": "0.4.0-a.2", "apps/tlogg": "0.7.0-a.0", "apps/ttkDesigner": "0.41.4-a.54", diff --git a/CHANGELOG.md b/CHANGELOG.md index ef75ac7a..b0a009c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.2-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.1-a.0...pyTermTk-v0.43.2-a.0) (2025-06-04) + + +### Chores + +* autogen signals and rewrite forwarded as properties ([#410](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/410)) ([7597980](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/759798025624a692af24170475d1f3f253d31689)) + ## [0.43.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.0-a.0...pyTermTk-v0.43.1-a.0) (2025-06-03) diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index ef75ac7a..b0a009c2 100644 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.2-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.1-a.0...pyTermTk-v0.43.2-a.0) (2025-06-04) + + +### Chores + +* autogen signals and rewrite forwarded as properties ([#410](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/410)) ([7597980](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/759798025624a692af24170475d1f3f253d31689)) + ## [0.43.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.0-a.0...pyTermTk-v0.43.1-a.0) (2025-06-03) diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index ca9c16ae..7ffaa8b6 100644 --- a/libs/pyTermTk/TermTk/__init__.py +++ b/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.43.1-a.0' +__version__:str = '0.43.2-a.0' from .TTkCore import * from .TTkTheme import *