Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-21 10:03:20 +00:00 committed by ci_update_bot
parent f91d0c482d
commit 63767a2011
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.23.1 (2024-02-21)
### Fix
* Replaced outdated enable_set by read_only ([`f91d0c4`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/f91d0c482d194e5f69c7206d0f6ad0971f84b0e1))
## v0.23.0 (2024-02-21)
### Feature

View File

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