Skip to content

Commit 790c7da

Browse files
committed
tagging new version
svn path=/branches/v0_91_maint/; revision=5312
1 parent 1e10bbe commit 790c7da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
=============================================================== 2008-01-06 Released 0.91.3 at revision 5312
2+
13
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
24
-- if the image is luminance or RGB, it will return a MxN
35
or MxNx3 array if possible. Also uint8 is no longer always

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"""
5656
from __future__ import generators
5757

58-
__version__ = '0.91.2svn'
58+
__version__ = '0.91.3svn'
5959
__revision__ = '$Revision$'
6060
__date__ = '$Date$'
6161

0 commit comments

Comments
 (0)