##// END OF EJS Templates
pushd/popd to api_changes, update revnum
vivainio -
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 2711 2007-09-04 21:11:05Z vivainio $"""
4 $Id: Release.py 2751 2007-09-08 17:36:29Z 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,7 +22,7 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 = '2710'
25 revision = '2750'
26
26
27 version = '0.8.2.svn.r' + revision.rstrip('M')
27 version = '0.8.2.svn.r' + revision.rstrip('M')
28
28
@@ -23,4 +23,6 b' Version 0.8.2'
23
23
24 Changes made since version 0.8.1 was released:
24 Changes made since version 0.8.1 was released:
25
25
26 * ...
26 * %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory
27 and jumps to /foo. The current behaviour is closer to the documented
28 behaviour, and should not trip anyone. No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now