From f0ddfe47cac8e1e71798f74495c7feb4ded85d22 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 8 Sep 2023 12:31:40 +0000 Subject: [PATCH] 0.19.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a3b6a8..bcc05564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.19.0 (2023-09-08) + +### Feature + +* Rotation of the image to the left/right by 90, 180, 270 degree ([`327f6b3`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/327f6b3df300d1f88b475973a86175379688aa9b)) +* Simulation stream with Gaussian peak in 1st quadrant ([`4fa8d46`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/4fa8d46631ff822d5465564434d173dd766a6b1a)) +* Eiger_plot.py in example folder with new GUI ([`5cbedec`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/5cbedec5d9f6a6ae763e2cb336ecb40c4d3e1ed1)) + ## v0.18.1 (2023-09-08) ### Fix diff --git a/setup.py b/setup.py index a85064cf..4d1b0360 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "0.18.1" +__version__ = "0.19.0" if __name__ == "__main__": setup(