Skip to content

Commit 9d3fea2

Browse files
committed
Update qwt version to 0.12.2
1 parent f708a90 commit 9d3fea2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PythonQwt Releases
22

3+
## Version 0.12.2
4+
5+
- Removed unnecessary dependencies (pytest-qt, pytest-cov)
6+
37
## Version 0.12.1
48

59
- Fixed `ColorStops.stops` method (was returning a copy of the list of stops instead

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
2828
"""
2929

30-
__version__ = "0.12.1"
30+
__version__ = "0.12.2"
3131
QWT_VERSION_STR = "6.1.5"
3232

3333
import warnings

0 commit comments

Comments
 (0)