0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-09-08 14:19:17 +00:00
committed by ci_update_bot
parent d95c42eafc
commit 5e579b5bc4
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
<!--next-version-placeholder-->
## v0.21.0 (2023-09-08)
### Feature
* Added functionality to load mask ([`33d1193`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/33d1193c9623b157cc74883184677a727b8e33ce))
### Fix
* Path to mask fixed ([`ef42921`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/ef42921c9a585bce8a97fc8bb251e27a9455a771))
## v0.20.0 (2023-09-08)
### Feature

View File

@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "0.20.0"
__version__ = "0.21.0"
if __name__ == "__main__":
setup(