From: <jd...@us...> - 2008-01-10 01:57:48
|
Revision: 4835 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4835&view=rev Author: jdh2358 Date: 2008-01-09 17:57:45 -0800 (Wed, 09 Jan 2008) Log Message: ----------- bumped the svn __version__ number Modified Paths: -------------- trunk/matplotlib/MIGRATION.txt trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/MIGRATION.txt =================================================================== --- trunk/matplotlib/MIGRATION.txt 2008-01-09 21:41:49 UTC (rev 4834) +++ trunk/matplotlib/MIGRATION.txt 2008-01-10 01:57:45 UTC (rev 4835) @@ -29,8 +29,16 @@ > svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib If you already have a working copy of the trunk, your next "svn up" will -include the latest transforms changes. +include the latest transforms changes. +Before installing, make sure you completely remove the old matplotlib +build and install directories, eg: + + > cd matplotlib + > sudo rm -rf build + > sudo rm -rf /usr/local/lib/python2.5/site-packages/matplotlib + > sudo python setup.py install + Using the old svn code ====================== Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2008-01-09 21:41:49 UTC (rev 4834) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-01-10 01:57:45 UTC (rev 4835) @@ -55,7 +55,7 @@ """ from __future__ import generators -__version__ = '0.91.2svn' +__version__ = '0.98pre' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |