Skip to content

Commit 21f46ff

Browse files
committed
REL : version 1.4.3
Release 1.4.3 This is the last planned bug-fix release in the 1.4 series. Many bugs are fixed including: - fixing drawing of edge-only markers in AGG - fix run-away memory usage when using %inline or saving with a tight bounding box with QuadMesh artists - improvements to wx and tk gui backends Additionally the webagg and nbagg backends were brought closer to feature parity with the desktop backends with the addition of keyboard and scroll events thanks to Steven Silvester.
1 parent 4bbce2b commit 21f46ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
import distutils.version
108108
from itertools import chain
109109

110-
__version__ = str('1.4.x')
110+
__version__ = str('1.4.3')
111111
__version__numpy__ = str('1.6') # minimum required numpy version
112112

113113
try:

0 commit comments

Comments
 (0)