From 441d8e9d833152d2a459615daa9ef8629279d574 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 17 Aug 2023 14:02:43 +0000 Subject: [PATCH] 0.6.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 b73532e2..1d668efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.6.3 (2023-08-17) + +### Fix + +* Crosshair handles dynamic changes of number of curves in 1D plot ([`242737b`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/242737b516af7c524a6c8a98db566815f0f4ab65)) + +### Documentation + +* Crosshair class documentation ([`8a60cad`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/8a60cad9187df2b2bc93dc78dd01ceb42df9c9af)) + ## v0.6.2 (2023-08-17) ### Fix diff --git a/setup.py b/setup.py index eac82756..4d7525df 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.6.2" +__version__ = "0.6.3" if __name__ == "__main__": setup(