diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bc19c9..b73532e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.6.2 (2023-08-17) + +### Fix + +* Correct coordinates for cursor table ([`ce54daf`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/ce54daf754cb2410790216585467c0ffcc8e3587)) + ## v0.6.1 (2023-08-14) ### Fix diff --git a/setup.py b/setup.py index 1871b99c..eac82756 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.6.1" +__version__ = "0.6.2" if __name__ == "__main__": setup(