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 11 |
|
4 | $Id: Release.py 1114 2006-01-31 03:45:23Z 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> | |
@@ -25,7 +25,7 b" name = 'ipython'" | |||||
25 |
|
25 | |||
26 | version = '0.7.2.svn' |
|
26 | version = '0.7.2.svn' | |
27 |
|
27 | |||
28 |
revision = '$Revision: 11 |
|
28 | revision = '$Revision: 1114 $' | |
29 |
|
29 | |||
30 | description = "An enhanced interactive Python shell." |
|
30 | description = "An enhanced interactive Python shell." | |
31 |
|
31 | |||
@@ -60,10 +60,11 b' Main features:' | |||||
60 | * Easily embeddable in other Python programs. |
|
60 | * Easily embeddable in other Python programs. | |
61 |
|
61 | |||
62 | * Integrated access to the pdb debugger and the Python profiler. |
|
62 | * Integrated access to the pdb debugger and the Python profiler. | |
63 |
|
63 | |||
64 | The latest development version is always available at |
|
64 | The latest development version is always available at the IPython subversion | |
65 | <a href="http://ipython.scipy.org/svn/ipython/ipython/trunk#egg=ipython-dev"> |
|
65 | repository_. | |
66 | the IPython subversion repository</a>. |
|
66 | ||
|
67 | .. _repository: http://ipython.scipy.org/svn/ipython/ipython/trunk#egg=ipython-dev | |||
67 | """ |
|
68 | """ | |
68 |
|
69 | |||
69 | license = 'BSD' |
|
70 | license = 'BSD' |
General Comments 0
You need to be logged in to leave comments.
Login now