Skip to content

Commit 455b8fb

Browse files
committed
Updated changelog
1 parent 21bc6b2 commit 455b8fb

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.spyderproject
2+
.spyproject
23
qwt-6.*
34
qwt/tests/demo.png
45
PythonQwt.chm

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# PythonQwt Releases #
22

33

4+
### Version 0.6.2 ###
5+
6+
- Fixed Python crash occuring at exit when deleting objects (Python 3 only)
7+
- Moved documentation to https://docs.readthedocs.io/
8+
- Added unattended tests with multiple versions of WinPython:
9+
10+
- WinPython-32bit-2.7.6.4
11+
- WinPython-64bit-2.7.6.4
12+
- WinPython-64bit-3.4.4.3
13+
- WinPython-64bit-3.4.4.3Qt5
14+
- WPy64-3680
15+
- WPy64-3771
16+
- WPy64-3830
17+
18+
- Added PyQt4/PyQt5/PySide automatic switch depending on installed libraries
19+
20+
421
### Version 0.6.1 ###
522

623
- Fixed rounding issue with PythonQwt scale engine (0...1000 is now divided

qwt/__init__.py

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

3434
import warnings

0 commit comments

Comments
 (0)