From 6a5fdfcde7bba28fb86e1eed6d68b47e6bbde715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Wed, 2 Aug 2023 14:24:45 +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 22ac966c0..55fe55837 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.7" +__version__ = "5.8.8" import os import sys diff --git a/changelog.txt b/changelog.txt index 046e46d1e..fbafaaf45 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +VERSION 5.8.8 +------------- + +- GUI. Compatibility with matplotlib 3.7.x + VERSION 5.8.7 -------------