diff --git a/IPython/Release.py b/IPython/Release.py index 1e85185..9bf8762 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 1077 2006-01-24 18:15:27Z vivainio $""" +$Id: Release.py 1109 2006-01-30 20:11:07Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -25,7 +25,7 @@ name = 'ipython' version = '0.7.2.svn' -revision = '$Revision: 1077 $' +revision = '$Revision: 1109 $' description = "An enhanced interactive Python shell." @@ -59,7 +59,12 @@ Main features: * Easily embeddable in other Python programs. - * Integrated access to the pdb debugger and the Python profiler. """ + * Integrated access to the pdb debugger and the Python profiler. + + The latest development version is always available at + + the IPython subversion repository. + """ license = 'BSD'