Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-02-10 07:50:49 +00:00
committed by ci_update_bot
parent fdb2da5839
commit 53b22291e6
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.19.3 (2024-02-10)
### Fix
* Add imports for core config updates ([`fdb2da5`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/fdb2da5839e72359b53c3837292eeced957e43de))
## v0.19.2 (2024-02-07) ## v0.19.2 (2024-02-07)
### Fix ### Fix

View File

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