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 7375bfb commit 21f108cCopy full SHA for 21f108c
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# PythonQwt Releases #
2
3
4
-### Version 0.X.X ###
+### Version 0.8.0 ###
5
+
6
+- Added PySide2 support: PythonQwt is now compatible with Python 2.7, Python 3.4+,
7
+ PyQt4, PyQt5 and PySide2!
8
9
- Changed QwtPlotItem.detachItems signature: removed unnecessary "autoDelete" argument,
10
initialiazing "rtti" argument to None (remove all items)
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.7.0"
+__version__ = "0.8.0"
32
QWT_VERSION_STR = "6.1.5"
33
34
import warnings
0 commit comments