Skip to content

Commit 5c101bf

Browse files
committed
Updated changelog
1 parent c4182d2 commit 5c101bf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
### Version 0.6.3 ###
5+
6+
- Fixed obvious errors (+ poor implementations) in untested code parts
7+
8+
49
### Version 0.6.2 ###
510

611
- Fixed Python crash occuring at exit when deleting objects (Python 3 only)

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.6.2'
31+
__version__ = '0.6.3'
3232
QWT_VERSION_STR = '6.1.5'
3333

3434
import warnings

0 commit comments

Comments
 (0)