From 3a68744b9a4084f98e5392bc7625eabab54e05ed Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 6 Sep 2023 15:21:32 +0000 Subject: [PATCH] 0.16.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba0398b..c866a254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.16.3 (2023-09-06) + +### Fix + +* Limit spinBoxes morphed to doubleSpinBoxes ([`a1264fe`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/a1264fe4e2e0c864c68786d6db16550f489b00fa)) + +### Documentation + +* PyqtGraph controls in help ([`2397af1`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/2397af140f2f9ee23ed5e62ef9bdf4d0aba249a1)) + ## v0.16.2 (2023-09-06) ### Fix diff --git a/setup.py b/setup.py index 9b734283..69959f5a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.16.2" +__version__ = "0.16.3" if __name__ == "__main__": setup(