From 013c30c33f9412fac73fe3bd951f3c51e3698889 2007-09-04 21:11:05 From: vivainio Date: 2007-09-04 21:11:05 Subject: [PATCH] update revnum --- diff --git a/IPython/Release.py b/IPython/Release.py index 1020810..bfead1c 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 2681 2007-08-28 17:51:38Z vivainio $""" +$Id: Release.py 2711 2007-09-04 21:11:05Z 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 = '2680M' +revision = '2710' version = '0.8.2.svn.r' + revision.rstrip('M')