##// END OF EJS Templates
Made release 0.8.3.
Fernando Perez -
Show More
@@ -22,7 +22,7 b" name = 'ipython'"
22 22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 23 # bdist_deb does not accept underscores (a Debian convention).
24 24
25 revision = '84'
25 revision = '85'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
@@ -1,3 +1,5 b''
1 2008-05-28 *** Released version 0.8.3
2
1 3 2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
2 4
3 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 76 echo "Uploading backup files..."
77 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 80 echo "Updating webpage..."
81 81 cd $ipdir/doc
General Comments 0
You need to be logged in to leave comments. Login now