Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-17 13:46:45 +00:00 committed by ci_update_bot
parent 4159f3e3ec
commit 9642840714
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.21.1 (2024-02-17)
### Fix
* **deprecation:** Remove all remaining .dumps(), .loads() and producer->connector ([`4159f3e`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/4159f3e3ec20727b395808118f3c0c166d9d1c0c))
## v0.21.0 (2024-02-16)
### Feature

View File

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