Skip to content

Commit 21f108c

Browse files
committed
Updated changelog
1 parent 7375bfb commit 21f108c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# PythonQwt Releases #
22

33

4-
### Version 0.X.X ###
4+
### 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!
58

69
- Changed QwtPlotItem.detachItems signature: removed unnecessary "autoDelete" argument,
710
initialiazing "rtti" argument to None (remove all items)

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
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.7.0"
31+
__version__ = "0.8.0"
3232
QWT_VERSION_STR = "6.1.5"
3333

3434
import warnings

0 commit comments

Comments
 (0)