Skip to content

Commit 4eccdf7

Browse files
committed
Updated version/CHANGELOG
1 parent 74a484f commit 4eccdf7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PythonQwt Releases
22

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+
39
## Version 0.10.2
410

511
- Fixed type mismatch issues on Linux

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
2727
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
2828
"""
29-
__version__ = "0.10.2"
29+
__version__ = "0.10.3"
3030
QWT_VERSION_STR = "6.1.5"
3131

3232
import warnings

0 commit comments

Comments
 (0)