diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e50633f..58015c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.14.1 (2023-09-05) + +### Fix + +* Gui default tab changed to coordinates table ([`3c74fa5`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/3c74fa59b7b83976b13afc821c1333868e62a686)) + ## v0.14.0 (2023-09-05) ### Feature diff --git a/setup.py b/setup.py index 6b372dc7..bc13856f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.14.0" +__version__ = "0.14.1" if __name__ == "__main__": setup(