Skip to content

Commit

Permalink
new release prep
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=5314
  • Loading branch information
cmoad committed May 30, 2008
1 parent 59c7303 commit f42da8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
===============================================================
2008-05-29 Released 0.98.0 at revision 5314

2008-05-29 matplotlib.image.imread now no longer always returns RGBA
-- if the image is luminance or RGB, it will return a MxN
or MxNx3 array if possible. Also uint8 is no longer always
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ recursive-include examples README *.py
prune examples/_tmp_*
recursive-include src *.cpp *.c *.h
recursive-include CXX *.cxx *.hxx *.c *.h
recursive-include agg23 *
recursive-include agg24 *
recursive-include lib *
recursive-include swig *
recursive-include ttconv *.cpp *.h
2 changes: 1 addition & 1 deletion lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"""
from __future__ import generators

__version__ = '0.98pre'
__version__ = '0.98.0'
__revision__ = '$Revision$'
__date__ = '$Date$'

Expand Down

0 comments on commit f42da8a

Please sign in to comment.