Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef9bc0d

Browse files
committed
bumped the svn __version__ number
svn path=/trunk/matplotlib/; revision=4835
1 parent 982617e commit ef9bc0d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

MIGRATION.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ To check out the trunk with the latest transforms changes:
2929
> svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
3030

3131
If you already have a working copy of the trunk, your next "svn up" will
32-
include the latest transforms changes.
32+
include the latest transforms changes.
33+
34+
Before installing, make sure you completely remove the old matplotlib
35+
build and install directories, eg:
36+
37+
> cd matplotlib
38+
> sudo rm -rf build
39+
> sudo rm -rf /usr/local/lib/python2.5/site-packages/matplotlib
40+
> sudo python setup.py install
3341

3442
Using the old svn code
3543
======================

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"""
5656
from __future__ import generators
5757

58-
__version__ = '0.91.2svn'
58+
__version__ = '0.98pre'
5959
__revision__ = '$Revision$'
6060
__date__ = '$Date$'
6161

0 commit comments

Comments
 (0)