Skip to content

Commit ae48eae

Browse files
committed
Updated changelog
1 parent b5e8a9d commit ae48eae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33

4-
### Version 0.X.X ###
4+
### Version 0.7.1 ###
55

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

9+
- Improved Qt universal support (PyQt5, ...)
10+
911
### Version 0.7.0 ###
1012

1113
- Added convenience functions for creating usual objects (curve, grid, marker, ...):

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.7.1"
3232
QWT_VERSION_STR = "6.1.5"
3333

3434
import warnings

0 commit comments

Comments
 (0)