diff --git a/CHANGELOG.md b/CHANGELOG.md index a59b351e..5929c966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.37.0 (2024-01-17) + +### Feature + +* Independent motor_map widget ([`1a429b3`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/1a429b3024e76446ed530bee71ed797c20843fba)) + ## v0.36.2 (2024-01-17) ### Fix diff --git a/setup.py b/setup.py index 3ddb8c22..213c99e1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # pylint: disable= missing-module-docstring from setuptools import setup -__version__ = "0.36.2" +__version__ = "0.37.0" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"