diff --git a/IPython/CrashHandler.py b/IPython/CrashHandler.py index b437cac..d8388be 100644 --- a/IPython/CrashHandler.py +++ b/IPython/CrashHandler.py @@ -191,7 +191,7 @@ class IPythonCrashHandler(CrashHandler): def __init__(self,IP): # Set here which of the IPython authors should be listed as contact - AUTHOR_CONTACT = 'Ville' + AUTHOR_CONTACT = 'Fernando' # Set argument defaults app_name = 'IPython' diff --git a/IPython/Release.py b/IPython/Release.py index 38d48c7..cc6f716 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -2,8 +2,8 @@ """Release data for the IPython project.""" #***************************************************************************** -# Copyright (C) 2001-2006 Fernando Perez -# +# Copyright (C) 2008-2009 The IPython Development Team +# Copyright (C) 2001-2008 Fernando Perez # Copyright (c) 2001 Janko Hauser and Nathaniel Gray # # @@ -21,7 +21,7 @@ name = 'ipython' # bdist_deb does not accept underscores (a Debian convention). development = False # change this to False to do a release -version_base = '0.10.rc1' +version_base = '0.10' branch = 'ipython' revision = '1188' @@ -100,7 +100,7 @@ site `_. license = 'BSD' -authors = {'Fernando' : ('Fernando Perez','fperez@colorado.edu'), +authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com'), 'Janko' : ('Janko Hauser','jhauser@zscout.de'), 'Nathan' : ('Nathaniel Gray','n8gray@caltech.edu'), 'Ville' : ('Ville Vainio','vivainio@gmail.com'),