We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4182d2 commit 5c101bfCopy full SHA for 5c101bf
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# PythonQwt Releases #
2
3
4
+### Version 0.6.3 ###
5
+
6
+- Fixed obvious errors (+ poor implementations) in untested code parts
7
8
9
### Version 0.6.2 ###
10
11
- Fixed Python crash occuring at exit when deleting objects (Python 3 only)
qwt/__init__.py
@@ -28,7 +28,7 @@
28
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
29
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
30
"""
31
-__version__ = '0.6.2'
+__version__ = '0.6.3'
32
QWT_VERSION_STR = '6.1.5'
33
34
import warnings
0 commit comments