Skip to content

Commit 562ec2c

Browse files
committed
minor rev bump
svn path=/branches/v0_91_maint/; revision=5313
1 parent 790c7da commit 562ec2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
=============================================================== 2008-01-06 Released 0.91.3 at revision 5312
1+
===============================================================
2+
2008-05-29 Released 0.91.3 at revision 5313
23

34
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
45
-- if the image is luminance or RGB, it will return a MxN

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"""
5656
from __future__ import generators
5757

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

0 commit comments

Comments
 (0)