We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2e7a8 commit 7e7eb0eCopy full SHA for 7e7eb0e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# PythonQwt Releases #
2
3
+### Version 0.8.2 ###
4
+
5
+- Added new GUI-based test script `PythonQwt-py3` to run the test launcher.
6
+- Added command-line options to the `PythonQwt-tests-py3` script to run all the tests
7
+ simultenously in unattended mode (`--mode unattended`) or to update all the
8
+ screenshots (`--mode screenshots`).
9
10
### Version 0.8.1 ###
11
12
- PySide2 support was significatively improved betwen PythonQwt V0.8.0 and
qwt/__init__.py
@@ -28,7 +28,7 @@
28
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
29
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
30
"""
31
-__version__ = "0.8.1"
+__version__ = "0.8.2"
32
QWT_VERSION_STR = "6.1.5"
33
34
import warnings
0 commit comments