From a201d155609c3308e1f9e9055597f70314ea2a44 2006-11-26 21:20:32 From: vivainio Date: 2006-11-26 21:20:32 Subject: [PATCH] Release.py now has revnum generated by update_revnum.py --- diff --git a/IPython/Release.py b/IPython/Release.py index df6aef9..8cee740 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 1365 2006-06-15 19:11:26Z vivainio $""" +$Id: Release.py 1938 2006-11-26 21:20:32Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,9 +22,12 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -version = '0.7.3.svn' +revision = '1937' + +#version = '0.7.3.svn' + +version = '0.7.3.svn.r' + revision -revision = '$Revision: 1365 $' description = "An enhanced interactive Python shell."