Skip to content

Commit

Permalink
Release IPython 0.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fperez committed May 31, 2008
1 parent 1b7c474 commit 6eb49af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion IPython/Release.py
Expand Up @@ -22,7 +22,7 @@
# because bdist_rpm does not accept dashes (an RPM) convention, and
# bdist_deb does not accept underscores (a Debian convention).

revision = '124'
revision = '128'
branch = 'ipython'

if branch == 'ipython':
Expand Down
2 changes: 2 additions & 0 deletions doc/ChangeLog
@@ -1,3 +1,5 @@
2008-05-31 *** Released version 0.8.4

2008-05-31 Fernando Perez <Fernando.Perez@berkeley.edu>

* IPython/ipmaker.py (make_IPython): The -twisted option is fully
Expand Down
20 changes: 10 additions & 10 deletions tools/release
Expand Up @@ -82,20 +82,20 @@ cd $ipdir/doc
www=~/ipython/homepage
cp ChangeLog NEWS $www
rm -rf $www/doc/*
cp -r manual.pdf manual/ $www/doc
cp -r manual/ $www/doc
cd $www
./update

# Alert package maintainers
echo "Alerting package maintainers..."
#echo "Alerting package maintainers..."
#maintainers='fernando.perez@berkeley.edu ariciputi@users.sourceforge.net jack@xiph.org tretkowski@inittab.de dryice@hotpop.com willmaier@ml1.net'
maintainers='fernando.perez@berkeley.edu'

for email in $maintainers
do
echo "Emailing $email..."
mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
$email < NEWS
done
# maintainers='fernando.perez@berkeley.edu'

# for email in $maintainers
# do
# echo "Emailing $email..."
# mail -s "[Package maintainer notice] A new IPython is out. Version: $version" \
# $email < NEWS
# done

echo "Done!"

0 comments on commit 6eb49af

Please sign in to comment.