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 2249 2007-04-19 04:51: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,7 +24,8 b" name = 'ipython'" | |||||
24 |
|
24 | |||
25 | revision = '2235' |
|
25 | revision = '2235' | |
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.rc1' | |||
28 |
|
29 | |||
29 | description = "An enhanced interactive Python shell." |
|
30 | description = "An enhanced interactive Python shell." | |
30 |
|
31 |
General Comments 0
You need to be logged in to leave comments.
Login now