diff options
-rwxr-xr-x | archivemail.py | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rwxr-xr-x | 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 <paul@paulrodger.com> @@ -33,8 +33,8 @@ <hr> <div id="status"> - <strong>Latest version: 0.7.1</strong><br> - Released on 2007-11-07 + <strong>Latest version: 0.7.2</strong><br> + Released on 2007-11-09 </div> <h2>What is it?</h2> <p> @@ -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/", |