diff --git a/IPython/Release.py b/IPython/Release.py index 9569f82..4a67dbe 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Release data for the IPython project. -$Id: Release.py 2409 2007-05-28 18:45:23Z vivainio $""" +$Id: Release.py 2446 2007-06-14 22:30:58Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '2408' +revision = '2445' version = '0.8.2.svn.r' + revision.rstrip('M')