diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cea74..a1535e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.26.0 (2024-03-08) + +### Feature + +* Added computed signal ([`d9f09b0`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/d9f09b0d866f97a859c9b437474928e7a9e8c1b6)) + +### Documentation + +* Improved doc strings for computed signal ([`c68c3c1`](https://gitlab.psi.ch/bec/ophyd_devices/-/commit/c68c3c1b54ecff2c51417168ee3e91b4056831fc)) + ## v0.25.3 (2024-03-08) ### Fix diff --git a/setup.py b/setup.py index f092502..de16566 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.25.3" +__version__ = "0.26.0" if __name__ == "__main__": setup(