From 0ae7edab8653677ca86ffabf72c37c625d9eb580 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Fri, 9 Nov 2007 14:54:54 +0000 Subject: [PATCH] Bumped version to 0.7.2, and updated release info on the webpage. --- archivemail.py | 2 +- index.html | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archivemail.py b/archivemail.py index 8810cc1..0980c6c 100755 --- a/archivemail.py +++ b/archivemail.py @@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/ """ # global administrivia -__version__ = "archivemail v0.7.1" +__version__ = "archivemail v0.7.2" __svn_id__ = "$Id$" __copyright__ = """\ Copyright (C) 2002 Paul Rodger diff --git a/index.html b/index.html index 2d38652..956a800 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,8 @@
- Latest version: 0.7.1
- Released on 2007-11-07 + Latest version: 0.7.2
+ Released on 2007-11-09

What is it?

diff --git a/setup.py b/setup.py index 03f3495..296c7d6 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ check_python_version() from distutils.core import setup setup(name="archivemail", - version="0.7.1", + version="0.7.2", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/",