##// END OF EJS Templates
Put out 0.7.2.rc1 for testing.
fperez -
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 1114 2006-01-31 03:45:23Z fperez $"""
4 $Id: Release.py 1291 2006-05-08 05:51:42Z fperez $"""
5
5
6 #*****************************************************************************
6 #*****************************************************************************
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
7 # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu>
@@ -23,9 +23,9 b" name = 'ipython'"
23 # bdist_deb does not accept underscores (a Debian convention).
23 # bdist_deb does not accept underscores (a Debian convention).
24
24
25
25
26 version = '0.7.2.svn'
26 version = '0.7.2.rc1'
27
27
28 revision = '$Revision: 1114 $'
28 revision = '$Revision: 1291 $'
29
29
30 description = "An enhanced interactive Python shell."
30 description = "An enhanced interactive Python shell."
31
31
@@ -1,3 +1,7 b''
1 2006-05-07 Fernando Perez <Fernando.Perez@colorado.edu>
2
3 * IPython/Release.py (version): put out 0.7.2.rc1 for testing.
4
1 2006-04-11 Ville Vainio <vivainio@gmail.com>
5 2006-04-11 Ville Vainio <vivainio@gmail.com>
2
6
3 * iplib.py, ipmaker.py: .ipy extension now means "ipython batch file"
7 * iplib.py, ipmaker.py: .ipy extension now means "ipython batch file"
General Comments 0
You need to be logged in to leave comments. Login now