##// END OF EJS Templates
update changelog
vivainio -
Show More
@@ -1,7 +1,7 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2 """Release data for the IPython project.
2 """Release data for the IPython project.
3
3
4 $Id: Release.py 1938 2006-11-26 21:20:32Z vivainio $"""
4 $Id: Release.py 1940 2006-11-26 22:11:47Z vivainio $"""
5
5
6 #*****************************************************************************
6 #*****************************************************************************
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
@@ -22,7 +22,7 b" name = 'ipython'"
22 # because bdist_rpm does not accept dashes (an RPM) convention, and
22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 # bdist_deb does not accept underscores (a Debian convention).
23 # bdist_deb does not accept underscores (a Debian convention).
24
24
25 revision = '1937'
25 revision = '1939'
26
26
27 #version = '0.7.3.svn'
27 #version = '0.7.3.svn'
28
28
@@ -15,6 +15,8 b''
15 * ipy_stock_completers.py: 'hg' (mercurial VCS) now has a custom
15 * ipy_stock_completers.py: 'hg' (mercurial VCS) now has a custom
16 completer. Try it by entering 'hg ' and pressing tab.
16 completer. Try it by entering 'hg ' and pressing tab.
17
17
18 * macro.py: Give Macro a useful __repr__ method
19
18 2006-11-24 Walter Doerwald <walter@livinglogic.de>
20 2006-11-24 Walter Doerwald <walter@livinglogic.de>
19 * IPython/Extensions/astyle.py: Do a relative import of ipipe, so that
21 * IPython/Extensions/astyle.py: Do a relative import of ipipe, so that
20 we don't get a duplicate ipipe module, where registration of the xrepr
22 we don't get a duplicate ipipe module, where registration of the xrepr
General Comments 0
You need to be logged in to leave comments. Login now