diff --git a/IPython/Release.py b/IPython/Release.py index dc9d42c..a32fd41 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 2252 2007-04-19 16:13:06Z vivainio $""" +$Id: Release.py 2255 2007-04-20 13:33:09Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '2251' +revision = '' #version = '0.8.1.svn.r' + revision.rstrip('M') version = '0.8.1' diff --git a/doc/ChangeLog b/doc/ChangeLog index 8d2c1e2..49b675e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2007-04-20 Ville Vainio + + * Extensions/ipy_render.py: added extension for easy + interactive text template rendering (todo - add a better + renderer than string.Template) + + * Extensions/ipy_completers.py: introduced Olivier Lauzanne's + safer & faster 'import' completer. + 2007-04-19 Ville Vainio * upgrade_dir.py: skip junk files like *.pyc