Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-04-08 15:00:24 +00:00 committed by ci_update_bot
parent e9c626a7c8
commit 505e008806
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.29.2 (2024-04-08)
### Fix
* Adapt to FileWriter refactoring ([`e9c626a`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/e9c626a7c8e5ec1b40d70ad412eff85d7796cba9))
## v0.29.1 (2024-04-06)
### Fix

View File

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