From 0a877c55b1b58bd0defcd501648318198882fc40 2007-11-29 19:15:46 From: fperez Date: 2007-11-29 19:15:46 Subject: [PATCH] Released version 0.8.2 --- diff --git a/IPython/Release.py b/IPython/Release.py index 1d27aed..b1290d0 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 2855 2007-11-06 06:53:49Z vivainio $""" +$Id: Release.py 2880 2007-11-29 19:15:46Z fperez $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,9 +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 = '2848' +revision = '2876M' -version = '0.8.2.svn.r' + revision.rstrip('M') +#version = '0.8.2.svn.r' + revision.rstrip('M') +version = '0.8.2' description = "An enhanced interactive Python shell." diff --git a/doc/ChangeLog b/doc/ChangeLog index 5cd8f9f..19fd473 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,5 @@ +2007-11-29 *** Released version 0.8.2 + 2007-11-25 Fernando Perez * IPython/Logger.py (Logger.logstop): add a proper logstop()