From c6cf6a8285f7a785404a98763631c671586ce8fd 2007-03-19 05:40:59 From: fperez Date: 2007-03-19 05:40:59 Subject: [PATCH] Update rev. number --- diff --git a/IPython/Release.py b/IPython/Release.py index 4528dfe..b05229a 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 2121 2007-02-28 20:15:22Z fperez $""" +$Id: Release.py 2160 2007-03-19 05:40:59Z fperez $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -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 = '2120' +revision = '2159' #version = '0.7.3'