From: <cm...@us...> - 2008-05-30 03:07:41
|
Revision: 5313 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5313&view=rev Author: cmoad Date: 2008-05-29 20:07:39 -0700 (Thu, 29 May 2008) Log Message: ----------- minor rev bump Modified Paths: -------------- branches/v0_91_maint/CHANGELOG branches/v0_91_maint/lib/matplotlib/__init__.py Modified: branches/v0_91_maint/CHANGELOG =================================================================== --- branches/v0_91_maint/CHANGELOG 2008-05-29 22:59:43 UTC (rev 5312) +++ branches/v0_91_maint/CHANGELOG 2008-05-30 03:07:39 UTC (rev 5313) @@ -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 Modified: branches/v0_91_maint/lib/matplotlib/__init__.py =================================================================== --- branches/v0_91_maint/lib/matplotlib/__init__.py 2008-05-29 22:59:43 UTC (rev 5312) +++ branches/v0_91_maint/lib/matplotlib/__init__.py 2008-05-30 03:07:39 UTC (rev 5313) @@ -55,7 +55,7 @@ """ from __future__ import generators -__version__ = '0.91.3svn' +__version__ = '0.91.3' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |