We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f708a90 commit 9d3fea2Copy full SHA for 9d3fea2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# PythonQwt Releases
2
3
+## Version 0.12.2
4
+
5
+- Removed unnecessary dependencies (pytest-qt, pytest-cov)
6
7
## Version 0.12.1
8
9
- Fixed `ColorStops.stops` method (was returning a copy of the list of stops instead
qwt/__init__.py
@@ -27,7 +27,7 @@
27
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
28
"""
29
30
-__version__ = "0.12.1"
+__version__ = "0.12.2"
31
QWT_VERSION_STR = "6.1.5"
32
33
import warnings
0 commit comments