Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-23 10:26:51 +00:00 committed by ci_update_bot
parent 9e67a7a7d4
commit e1c0858395
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.14.1 (2023-11-23)
### Fix
* Bugfix tests DDG ([`9e67a7a`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/9e67a7a7d469af0505b60bb29ed54b15ac083806))
## v0.14.0 (2023-11-23)
### Feature

View File

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