changed | /branches/v0_91_maint/CHANGELOG |
changed | /branches/v0_91_maint/lib/matplotlib/__init__.py |
--- a/branches/v0_91_maint/CHANGELOG +++ b/branches/v0_91_maint/CHANGELOG @@ -1,4 +1,5 @@ -=============================================================== 2008-01-06 Released 0.91.3 at revision 5312 +=============================================================== +2008-05-29 Released 0.91.3 at revision 5313 2008-05-29 matplotlib.image.imread now no longer always returns RGBA -- if the image is luminance or RGB, it will return a MxN
--- a/branches/v0_91_maint/lib/matplotlib/__init__.py +++ b/branches/v0_91_maint/lib/matplotlib/__init__.py @@ -55,7 +55,7 @@ """ from __future__ import generators -__version__ = '0.91.3svn' +__version__ = '0.91.3' __revision__ = '$Revision$' __date__ = '$Date$'