diff --git a/IPython/Release.py b/IPython/Release.py index 463fb58..a56f6ce 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 1114 2006-01-31 03:45:23Z fperez $""" +$Id: Release.py 1291 2006-05-08 05:51:42Z fperez $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -23,9 +23,9 @@ name = 'ipython' # bdist_deb does not accept underscores (a Debian convention). -version = '0.7.2.svn' +version = '0.7.2.rc1' -revision = '$Revision: 1114 $' +revision = '$Revision: 1291 $' description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 3da7f35..366744d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-07 Fernando Perez + + * IPython/Release.py (version): put out 0.7.2.rc1 for testing. + 2006-04-11 Ville Vainio * iplib.py, ipmaker.py: .ipy extension now means "ipython batch file"