Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-10-31 17:59:19 +00:00 committed by ci_update_bot
parent de7df4f0c3
commit 03b15f603c
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.9.0 (2023-10-31)
### Feature
* Added file-based replay for xtreme ([`d25f92c`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/d25f92c6323cccea6de8471f4445b997cfab85a3))
## v0.8.1 (2023-09-27)
### Fix

View File

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