Skip to content

Commit 7e7eb0e

Browse files
committed
Updated CHANGELOG
1 parent 1e2e7a8 commit 7e7eb0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PythonQwt Releases #
22

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+
310
### Version 0.8.1 ###
411

512
- PySide2 support was significatively improved betwen PythonQwt V0.8.0 and

qwt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
2929
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
3030
"""
31-
__version__ = "0.8.1"
31+
__version__ = "0.8.2"
3232
QWT_VERSION_STR = "6.1.5"
3333

3434
import warnings

0 commit comments

Comments
 (0)