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 2281 2007-04-27 11:08:18Z 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,10 +22,10 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 = '22 |
|
25 | revision = '2280' | |
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.rc |
|
28 | version = '0.8.1.rc2' | |
29 |
|
29 | |||
30 | description = "An enhanced interactive Python shell." |
|
30 | description = "An enhanced interactive Python shell." | |
31 |
|
31 |
@@ -1,3 +1,10 b'' | |||||
|
1 | 2007-04-27 Ville Vainio <vivainio@gmail.com> | |||
|
2 | ||||
|
3 | * platutils_win32.py: implement set_term_title for windows | |||
|
4 | ||||
|
5 | * Update version number | |||
|
6 | ||||
|
7 | ||||
1 | 2007-04-26 Walter Doerwald <walter@livinglogic.de> |
|
8 | 2007-04-26 Walter Doerwald <walter@livinglogic.de> | |
2 |
|
9 | |||
3 | * IPython/Extensions/igrid.py: (igrid) Fix bug that surfaced |
|
10 | * IPython/Extensions/igrid.py: (igrid) Fix bug that surfaced |
General Comments 0
You need to be logged in to leave comments.
Login now