diff --git a/changelog.md b/changelog.md index 0efa518..f7efe07 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## 1.4.2 (2023/10/31) + +### Bug fixes: +- not specifically dependent on pyside anymore, glassure should now also work with pyqt6, pyqt5 or pyside2, default + is still pyside6 + ## 1.4.1 (2023/10/27) ### Bug fixes: diff --git a/glassure/__init__.py b/glassure/__init__.py index 41de290..97dca95 100644 --- a/glassure/__init__.py +++ b/glassure/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf8 -*- -__version__ = '1.4.1' +__version__ = '1.4.2' diff --git a/pyproject.toml b/pyproject.toml index 44ff4da..b1ceaab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glassure" -version = "1.4.1" +version = "1.4.2" description = "API and GUI for analysis of X-ray total scattering data" authors = ["Clemens Prescher "] license = "MIT"