We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaac98 commit 228bc77Copy full SHA for 228bc77
CHANGELOG.md
@@ -1,11 +1,9 @@
1
# PythonQwt Releases
2
3
-## Version 0.10.4
+## Version 0.10.3
4
5
- [Issue #79](https://github.com/PlotPyStack/PythonQwt/issues/79) - TypeError: unexpected type 'QSize' (thanks to @luc-j-bourhis)
6
7
-## Version 0.10.3
8
-
9
- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.
10
11
- Unit tests: added support for ``pytest`` and ``coverage`` (60% coverage as of today)
qwt/__init__.py
@@ -27,7 +27,7 @@
27
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
28
"""
29
30
-__version__ = "0.10.4"
+__version__ = "0.10.3"
31
QWT_VERSION_STR = "6.1.5"
32
33
import warnings
0 commit comments