We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a484f commit 4eccdf7Copy full SHA for 4eccdf7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# PythonQwt Releases
2
3
+## Version 0.10.3
4
+
5
+- [Issue #76](https://github.com/PierreRaybaut/PythonQwt/issues/76) - [PySide] AttributeError: 'QwtPlotCanvas' object has no attribute 'Sunken'
6
7
+- [Issue #63](https://github.com/PierreRaybaut/PythonQwt/issues/71) - TypeError: 'PySide2.QtCore.QRect' object is not subscriptable
8
9
## Version 0.10.2
10
11
- Fixed type mismatch issues on Linux
qwt/__init__.py
@@ -26,7 +26,7 @@
26
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
27
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
28
"""
29
-__version__ = "0.10.2"
+__version__ = "0.10.3"
30
QWT_VERSION_STR = "6.1.5"
31
32
import warnings
0 commit comments