##// END OF EJS Templates
Made release 0.8.3.
Fernando Perez -
Show More
@@ -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 = '84'
25 revision = '85'
26 branch = 'ipython'
26 branch = 'ipython'
27
27
28 if branch == 'ipython':
28 if branch == 'ipython':
@@ -1,3 +1,5 b''
1 2008-05-28 *** Released version 0.8.3
2
1 2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
3 2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
2
4
3 * ../win32_manual_post_install.py (run): Fix the windows installer
5 * ../win32_manual_post_install.py (run): Fix the windows installer
@@ -75,7 +75,7 b' scp * ipython@ipython.scipy.org:www/dist/'
75
75
76 echo "Uploading backup files..."
76 echo "Uploading backup files..."
77 cd $ipbackupdir
77 cd $ipbackupdir
78 scp `ls -1tr | tail -1` ipython@ipython.scipy.org:www/backup/
78 scp `ls -1tr *tgz | tail -1` ipython@ipython.scipy.org:www/backup/
79
79
80 echo "Updating webpage..."
80 echo "Updating webpage..."
81 cd $ipdir/doc
81 cd $ipdir/doc
General Comments 0
You need to be logged in to leave comments. Login now