diff --git a/IPython/Release.py b/IPython/Release.py index 8cee740..25d6086 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 1938 2006-11-26 21:20:32Z vivainio $""" +$Id: Release.py 1940 2006-11-26 22:11:47Z 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 = '1937' +revision = '1939' #version = '0.7.3.svn' diff --git a/doc/ChangeLog b/doc/ChangeLog index 172aeb7..578d060 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -15,6 +15,8 @@ * ipy_stock_completers.py: 'hg' (mercurial VCS) now has a custom completer. Try it by entering 'hg ' and pressing tab. + * macro.py: Give Macro a useful __repr__ method + 2006-11-24 Walter Doerwald * IPython/Extensions/astyle.py: Do a relative import of ipipe, so that we don't get a duplicate ipipe module, where registration of the xrepr