##// 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 2252 2007-04-19 16:13:06Z vivainio $"""
4 $Id: Release.py 2255 2007-04-20 13:33:09Z 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 = '2251'
25 revision = ''
26
26
27 #version = '0.8.1.svn.r' + revision.rstrip('M')
27 #version = '0.8.1.svn.r' + revision.rstrip('M')
28 version = '0.8.1'
28 version = '0.8.1'
@@ -1,3 +1,12 b''
1 2007-04-20 Ville Vainio <vivainio@gmail.com>
2
3 * Extensions/ipy_render.py: added extension for easy
4 interactive text template rendering (todo - add a better
5 renderer than string.Template)
6
7 * Extensions/ipy_completers.py: introduced Olivier Lauzanne's
8 safer & faster 'import' completer.
9
1 2007-04-19 Ville Vainio <vivainio@gmail.com>
10 2007-04-19 Ville Vainio <vivainio@gmail.com>
2
11
3 * upgrade_dir.py: skip junk files like *.pyc
12 * upgrade_dir.py: skip junk files like *.pyc
General Comments 0
You need to be logged in to leave comments. Login now