From 6eb49afa1565acae1c1e4034a54832947fdce297 2008-05-31 23:44:55 From: Fernando Perez Date: 2008-05-31 23:44:55 Subject: [PATCH] Release IPython 0.8.4. --- diff --git a/IPython/Release.py b/IPython/Release.py index f70b95e..cc9e745 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -22,7 +22,7 @@ name = 'ipython' # 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': diff --git a/doc/ChangeLog b/doc/ChangeLog index e1654fe..6a17f31 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,5 @@ +2008-05-31 *** Released version 0.8.4 + 2008-05-31 Fernando Perez * IPython/ipmaker.py (make_IPython): The -twisted option is fully diff --git a/tools/release b/tools/release index 52236f5..2dea659 100755 --- a/tools/release +++ b/tools/release @@ -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!"