From 88f88d4e6607b514565998031782ce9e75d1cfc9 2007-04-27 11:08:18 From: vivainio Date: 2007-04-27 11:08:18 Subject: [PATCH] changelog, version number --- diff --git a/IPython/Release.py b/IPython/Release.py index 6d16098..89f5a8a 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Release data for the IPython project. -$Id: Release.py 2278 2007-04-26 17:36:26Z jdh2358 $""" +$Id: Release.py 2281 2007-04-27 11:08:18Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,10 +22,10 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '2276M' +revision = '2280' #version = '0.8.1.svn.r' + revision.rstrip('M') -version = '0.8.1.rc1' +version = '0.8.1.rc2' description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 2fa0dc0..b15e380 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2007-04-27 Ville Vainio + + * platutils_win32.py: implement set_term_title for windows + + * Update version number + + 2007-04-26 Walter Doerwald * IPython/Extensions/igrid.py: (igrid) Fix bug that surfaced