From: <cm...@us...> - 2008-12-10 01:59:08
|
Revision: 6536 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6536&view=rev Author: cmoad Date: 2008-12-10 01:59:04 +0000 (Wed, 10 Dec 2008) Log Message: ----------- minor rev bump Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-12-09 12:27:51 UTC (rev 6535) +++ trunk/matplotlib/CHANGELOG 2008-12-10 01:59:04 UTC (rev 6536) @@ -1,3 +1,5 @@ +================================================================= 2008-12-09 Released 0.98.4 at svn r6536 + 2008-12-08 Added mdehoon's native macosx backend from sf patch 2179017 - JDH 2008-12-08 Removed the prints in the set_*style commands. Return the Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-09 12:27:51 UTC (rev 6535) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-10 01:59:04 UTC (rev 6536) @@ -89,7 +89,7 @@ """ from __future__ import generators -__version__ = '0.98.3' +__version__ = '0.98.4' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |