From: <jd...@us...> - 2007-11-27 18:34:45
|
Revision: 4472 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4472&view=rev Author: jdh2358 Date: 2007-11-27 10:34:38 -0800 (Tue, 27 Nov 2007) Log Message: ----------- tagged version 91.0 for release Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2007-11-27 18:07:01 UTC (rev 4471) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2007-11-27 18:34:38 UTC (rev 4472) @@ -51,11 +51,11 @@ pylab (if pylab is imported). matplotlib is written by John D. Hunter (jdh2358 at -gmail.com). +gmail.com and a host of others). """ from __future__ import generators -__version__ = '0.90.1' +__version__ = '0.91.0' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |