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 22 |
|
4 | $Id: Release.py 2235 2007-04-11 05:12:33Z jdh2358 $""" | |
5 |
|
5 | |||
6 | #***************************************************************************** |
|
6 | #***************************************************************************** | |
7 | # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu> |
|
7 | # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu> | |
@@ -24,8 +24,7 b" name = 'ipython'" | |||||
24 |
|
24 | |||
25 | revision = '2191' |
|
25 | revision = '2191' | |
26 |
|
26 | |||
27 |
|
|
27 | version = '0.8.1.svn.r' + revision.rstrip('M') | |
28 | version = '0.8.0' |
|
|||
29 |
|
28 | |||
30 | description = "An enhanced interactive Python shell." |
|
29 | description = "An enhanced interactive Python shell." | |
31 |
|
30 |
@@ -1,3 +1,9 b'' | |||||
|
1 | 2007-04-10 Fernando Perez <Fernando.Perez@colorado.edu> | |||
|
2 | ||||
|
3 | * IPython/Release.py (version): Open trunk for 0.8.1 development. | |||
|
4 | ||||
|
5 | 2007-04-10 *** Released version 0.8.0 | |||
|
6 | ||||
1 | 2007-04-07 Fernando Perez <Fernando.Perez@colorado.edu> |
|
7 | 2007-04-07 Fernando Perez <Fernando.Perez@colorado.edu> | |
2 |
|
8 | |||
3 | * Tag 0.8.0 for release. |
|
9 | * Tag 0.8.0 for release. |
General Comments 0
You need to be logged in to leave comments.
Login now