We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790c7da commit 562ec2cCopy full SHA for 562ec2c
CHANGELOG
@@ -1,4 +1,5 @@
1
-=============================================================== 2008-01-06 Released 0.91.3 at revision 5312
+===============================================================
2
+2008-05-29 Released 0.91.3 at revision 5313
3
4
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
5
-- if the image is luminance or RGB, it will return a MxN
lib/matplotlib/__init__.py
@@ -55,7 +55,7 @@
55
"""
56
from __future__ import generators
57
58
-__version__ = '0.91.3svn'
+__version__ = '0.91.3'
59
__revision__ = '$Revision$'
60
__date__ = '$Date$'
61
0 commit comments