##// END OF EJS Templates
Release IPython 0.8.4.
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 = '124'
25 revision = '128'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
@@ -1,3 +1,5 b''
1 2008-05-31 *** Released version 0.8.4
2
1 3 2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>
2 4
3 5 * IPython/ipmaker.py (make_IPython): The -twisted option is fully
@@ -82,20 +82,20 b' cd $ipdir/doc'
82 82 www=~/ipython/homepage
83 83 cp ChangeLog NEWS $www
84 84 rm -rf $www/doc/*
85 cp -r manual.pdf manual/ $www/doc
85 cp -r manual/ $www/doc
86 86 cd $www
87 87 ./update
88 88
89 89 # Alert package maintainers
90 echo "Alerting package maintainers..."
90 #echo "Alerting package maintainers..."
91 91 #maintainers='fernando.perez@berkeley.edu ariciputi@users.sourceforge.net jack@xiph.org tretkowski@inittab.de dryice@hotpop.com willmaier@ml1.net'
92 maintainers='fernando.perez@berkeley.edu'
93
94 for email in $maintainers
95 do
96 echo "Emailing $email..."
97 mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
98 $email < NEWS
99 done
92 # maintainers='fernando.perez@berkeley.edu'
93
94 # for email in $maintainers
95 # do
96 # echo "Emailing $email..."
97 # mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
98 # $email < NEWS
99 # done
100 100
101 101 echo "Done!"
General Comments 0
You need to be logged in to leave comments. Login now