Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-17 16:05:20 +00:00 committed by ci_update_bot
parent 65b9f23332
commit 257b1fa466
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v0.22.0 (2024-02-17)
### Feature
* Add simulation framework for pinhole scan ([`491e105`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/491e105af0871449cd0f48b08c126023aa28445b))
* Extend sim_data to allow execution from function of secondary devices extracted from lookup ([`851a088`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/851a088b81cfd7e9d323955f923174a394155bfd))
## v0.21.1 (2024-02-17)
### Fix

View File

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