From 75a50909de694f92fcb9ab598d7cc00d1f3d03f2 2007-05-26 10:59:45 From: vivainio Date: 2007-05-26 10:59:45 Subject: [PATCH] update revnum --- diff --git a/IPython/Release.py b/IPython/Release.py index e463b9a..e68ae12 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 2356 2007-05-16 20:55:28Z vivainio $""" +$Id: Release.py 2401 2007-05-26 10:59:45Z 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 = '2355' +revision = '2400' version = '0.8.2.svn.r' + revision.rstrip('M')