small question: svn mpl.__revision__

Hi devolopers,

one small remark about the mpl svn. I recognized, that in the
file ./lib/matplotlib/__init__.py the actual revision is:
__revision__ = '$Revision: 3131 $'
and the svn info tells "Revision: 3257".

best regards,
Matthias

It hasn't changed since rev 3131:

$ svn info __init__.py | grep 'Rev'
Revision: 3257
Last Changed Rev: 3131

Matthias Michler wrote:

···

Hi devolopers,

one small remark about the mpl svn. I recognized, that in the file ./lib/matplotlib/__init__.py the actual revision is: __revision__ = 'Revision: 3131 '
and the svn info tells "Revision: 3257".

best regards,
Matthias

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Hello Andrew,

It hasn't changed since rev 3131:

$ svn info __init__.py | grep 'Rev'
Revision: 3257
Last Changed Rev: 3131

Thanks for you advice.
I asked because I thought that this __revision__ is the matplotlib.__revison__
that I get e.g. in IPython. That's why I thought it should be the revision of
the whole project.
Just a remark - you can forget about it.

best regards,
Matthias

···

On Friday 27 April 2007 18:33, Andrew Straw wrote:

Matthias Michler wrote:
> Hi devolopers,
>
> one small remark about the mpl svn. I recognized, that in the
> file ./lib/matplotlib/__init__.py the actual revision is:
> __revision__ = 'Revision: 3131 '
> and the svn info tells "Revision: 3257".
>
> best regards,
> Matthias
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> matplotlib-users List Signup and Options