From: <cm...@us...> - 2008-12-12 03:05:03
|
Revision: 6573 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6573&view=rev Author: cmoad Date: 2008-12-12 03:04:53 +0000 (Fri, 12 Dec 2008) Log Message: ----------- minor rev bump to 0.98.5 Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2008-12-11 20:45:23 UTC (rev 6572) +++ trunk/matplotlib/CHANGELOG 2008-12-12 03:04:53 UTC (rev 6573) @@ -1,3 +1,6 @@ +================================================================= +2008-12-09 Released 0.98.5 at svn r6573 + 2008-12-11 Use subprocess.Popen instead of os.popen in dviread (Windows problem reported by Jorgen Stenarson) - JKS @@ -4,7 +7,8 @@ 2008-12-10 Added Michael's font_manager fix and Jae-Joon's figure/subplot fix. Bumped version number to 0.98.5 - JDH -================================================================= 2008-12-09 Released 0.98.4 at svn r6536 +================================================================= +2008-12-09 Released 0.98.4 at svn r6536 2008-12-08 Added mdehoon's native macosx backend from sf patch 2179017 - JDH Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-11 20:45:23 UTC (rev 6572) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-12 03:04:53 UTC (rev 6573) @@ -89,7 +89,7 @@ """ from __future__ import generators -__version__ = '0.98.5rc' +__version__ = '0.98.5' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |