4 Commits

Author SHA1 Message Date
adbefb40f1 0.2.2
Automatically generated by python-semantic-release
2025-05-06 13:53:36 +00:00
4b44b7b599 fix: exclude changelog from template
All checks were successful
release / Release (push) Successful in 14s
2025-05-06 15:52:46 +02:00
0bc60be87a 0.2.1
Automatically generated by python-semantic-release
2025-05-06 13:50:11 +00:00
3641451d19 fix: ui xml template
All checks were successful
release / Release (push) Successful in 15s
2025-05-06 15:49:30 +02:00
3 changed files with 18 additions and 1 deletions

View File

@ -1,6 +1,22 @@
# CHANGELOG # CHANGELOG
## v0.2.2 (2025-05-06)
### Bug Fixes
- Exclude changelog from template
([`4b44b7b`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/4b44b7b599c3f27af153120a8529a20d164393f3))
## v0.2.1 (2025-05-06)
### Bug Fixes
- Ui xml template
([`3641451`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/3641451d1960bca1e1b64d016d4669f053519fc6))
## v0.2.0 (2025-05-06) ## v0.2.0 (2025-05-06)
### Bug Fixes ### Bug Fixes

View File

@ -1,5 +1,6 @@
_exclude: _exclude:
- ".gitea/" - ".gitea/"
- "CHANGELOG.md"
# imports # imports
_jinja_extensions: _jinja_extensions:

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>{{ widget_plugin.class | stash_filename }}</class> <class>{{ widget_plugin.class | stash_filename }}</class>
<widget class="QWidget" name="MainWindow"> <widget class="QWidget" name="{{ widget_plugin.class }}">
</widget> </widget>
<resources /> <resources />
<connections /> <connections />