diff --git a/PyMca5/__init__.py b/PyMca5/__init__.py index 3595e08ee..bf5f70e02 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.2" +__version__ = "5.8.3" import os import sys diff --git a/changelog.txt b/changelog.txt index 0aa374685..20ca426e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +VERSION 5.8.3 +------------- + +- Adapt to conda-forge.https://github.com/conda-forge/pymca-feedstock/pull/34 + VERSION 5.8.2 -------------