From f1e901f1df8dc0c27cf091664797613e0bdc7f22 Mon Sep 17 00:00:00 2001 From: "V. Armando Sole" Date: Fri, 16 Jun 2023 17:53:02 +0200 Subject: [PATCH] Update version and changelog.txt --- PyMca5/__init__.py | 2 +- changelog.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/PyMca5/__init__.py b/PyMca5/__init__.py index 2ba823b43..22ac966c0 100644 --- a/PyMca5/__init__.py +++ b/PyMca5/__init__.py @@ -27,7 +27,7 @@ __contact__ = "sole@esrf.fr" __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" -__version__ = "5.8.6" +__version__ = "5.8.7" import os import sys diff --git a/changelog.txt b/changelog.txt index edd0397ce..046e46d1e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +VERSION 5.8.7 +------------- + +- ROI Imaging. Correct plugin threading issues introduced in version 5.8.2 + VERSION 5.8.6 -------------