We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86caec commit 0b7d1abCopy full SHA for 0b7d1ab
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# guiqwt Releases #
2
3
4
+### Version 4.0.2 ###
5
+
6
+Changes:
7
8
+* Fixed Python 3.10/PyQt5 compatibility issues
9
10
11
### Version 4.0.1 ###
12
13
Changes:
guiqwt/__init__.py
@@ -23,7 +23,7 @@
23
"""
24
25
26
-__version__ = "4.0.1"
+__version__ = "4.0.2"
27
__description__ = (
28
"guiqwt is a set of tools for curve and image plotting " "(extension to PythonQwt)"
29
)
0 commit comments