From 6b7d259b4b5d0b92536742faa019c2d28750177b 2007-04-20 16:53:51 From: vivainio Date: 2007-04-20 16:53:51 Subject: [PATCH] revnum --- diff --git a/IPython/Release.py b/IPython/Release.py index a32fd41..d273eaa 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 2255 2007-04-20 13:33:09Z vivainio $""" +$Id: Release.py 2258 2007-04-20 16:53:51Z 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 = '' +revision = '2257M' #version = '0.8.1.svn.r' + revision.rstrip('M') version = '0.8.1'