Skip to content

Commit ad0f56a

Browse files
committed
version
1 parent d6a28fe commit ad0f56a

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
# History of changes
22

3+
## Version 0.5.4
4+
5+
Fixed an annoying bug which caused scale widget (axis ticks in particular) to be misaligned with canvas grid: the user was forced to resize the plot widget as a workaround
6+
37
## Version 0.5.3
48

59
Better handling of infinity and NaN values in scales (removed NumPy warnings)

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.5.3'
31+
__version__ = '0.5.4'
3232
QWT_VERSION_STR = '6.1.2'
3333

3434
import warnings

0 commit comments

Comments
 (0)