Skip to content

Commit f42da8a

Browse files
committed
new release prep
svn path=/trunk/matplotlib/; revision=5314
1 parent 59c7303 commit f42da8a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
===============================================================
2+
2008-05-29 Released 0.98.0 at revision 5314
3+
14
2008-05-29 matplotlib.image.imread now no longer always returns RGBA
25
-- if the image is luminance or RGB, it will return a MxN
36
or MxNx3 array if possible. Also uint8 is no longer always

Diff for: MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ recursive-include examples README *.py
1818
prune examples/_tmp_*
1919
recursive-include src *.cpp *.c *.h
2020
recursive-include CXX *.cxx *.hxx *.c *.h
21-
recursive-include agg23 *
21+
recursive-include agg24 *
2222
recursive-include lib *
2323
recursive-include swig *
2424
recursive-include ttconv *.cpp *.h

Diff for: 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.98pre'
58+
__version__ = '0.98.0'
5959
__revision__ = '$Revision$'
6060
__date__ = '$Date$'
6161

0 commit comments

Comments
 (0)