Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-08 13:52:33 +00:00 committed by ci_update_bot
parent 4fbba7393a
commit b0400c9996
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v0.25.2 (2024-03-08)
### Fix
* **smaract:** Added user access for axis_is_referenced and all_axes_referenced ([`4fbba73`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/4fbba7393adbb01ebf80667b205a1dbaab9bb15c))
* **smaract:** Fixed axes_referenced ([`a9f58d2`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/a9f58d2b5686370a07766ed72903f82f5e2d9cb1))
## v0.25.1 (2024-03-05)
### Fix

View File

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