diff --git a/IPython/Release.py b/IPython/Release.py index de72a11..3b00be2 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 2221 2007-04-06 02:58:37Z fperez $""" +$Id: Release.py 2235 2007-04-11 05:12:33Z jdh2358 $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -24,8 +24,7 @@ name = 'ipython' revision = '2191' -#version = '0.7.4.svn.r' + revision.rstrip('M') -version = '0.8.0' +version = '0.8.1.svn.r' + revision.rstrip('M') description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 834a758..a7d560b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-04-10 Fernando Perez + + * IPython/Release.py (version): Open trunk for 0.8.1 development. + +2007-04-10 *** Released version 0.8.0 + 2007-04-07 Fernando Perez * Tag 0.8.0 for release.