From 709904302740f27997beba068ffedb5bdc364504 2006-12-08 11:50:22 From: vivainio Date: 2006-12-08 11:50:22 Subject: [PATCH] update version number to 0.7.3b3 --- diff --git a/IPython/Release.py b/IPython/Release.py index dbeda5f..a7fd168 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 1971 2006-12-07 19:17:19Z vivainio $""" +$Id: Release.py 1974 2006-12-08 11:50:22Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,11 +22,11 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '1970M' +revision = '1973M' #version = '0.7.3.svn' -version = '0.7.3b2.r' + revision.rstrip('M') +version = '0.7.3b3.r' + revision.rstrip('M') description = "An enhanced interactive Python shell."