0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2023-09-19 12:03:25 +00:00
committed by ci_update_bot
parent 7ff72b4086
commit 174ab8fd8b
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,17 @@
<!--next-version-placeholder-->
## v0.26.6 (2023-09-19)
### Fix
* Extreme.py saved to .yaml works correctly for different scans configurations ([`cb144c7`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/cb144c7c2cba50fc49ba53b0a9e3293b549665be))
* Extreme.py fixed logic of loading new config.yaml during app operation ([`4287ac8`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/4287ac888591abf27a4e4ce8c23f94d54bc6c2a9))
### Documentation
* Extreme.py updated documentation ([`7ff72b4`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/7ff72b4086e5e340d591d130f011f83fc8370315))
## v0.26.5 (2023-09-13)
### Fix

View File

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