diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a12eea2..b1074b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.26.2 (2023-09-12) + +### Fix + +* Import with start/stop mode works again ([`cacc076`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/cacc076959cdd55218b74de2974d890e583c3d94)) + ## v0.26.1 (2023-09-12) ### Fix diff --git a/setup.py b/setup.py index e98d7d2d..a3042fef 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.26.1" +__version__ = "0.26.2" if __name__ == "__main__": setup(