From 45b125027cfd97fd26d2d7ffef508da8c2ea20df 2006-06-03 21:08:59 From: fperez Date: 2006-06-03 21:08:59 Subject: [PATCH] Mark 0.7.2 version - start release testing. --- diff --git a/IPython/Release.py b/IPython/Release.py index a56f6ce..a6e9aaf 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 1291 2006-05-08 05:51:42Z fperez $""" +$Id: Release.py 1344 2006-06-03 21:08:59Z fperez $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,10 +22,9 @@ 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.2' -version = '0.7.2.rc1' - -revision = '$Revision: 1291 $' +revision = '$Revision: 1344 $' description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 1a99898..d91e4ad 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-06-03 Fernando Perez + + * IPython/Release.py (version): Mark 0.7.2 version to start + testing for release on 06/06. + 2006-05-31 Fernando Perez * scripts/irunner: thin script interface so users don't have to