From bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Wed, 7 Nov 2007 00:57:44 +0000 Subject: [PATCH] archivemail.py, setup.py, test_archivemail.py: bumped version to 0.7.1, and updated copyright. --- archivemail.py | 6 +++--- setup.py | 2 +- test_archivemail.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archivemail.py b/archivemail.py index 6ec738a..6d006a3 100755 --- a/archivemail.py +++ b/archivemail.py @@ -2,7 +2,7 @@ ############################################################################ # Copyright (C) 2002 Paul Rodger , # (C) 2006 Peter Poeml , -# (C) 2006 Nikolaus Schulz +# (C) 2006,2007 Nikolaus Schulz # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,12 +24,12 @@ Website: http://archivemail.sourceforge.net/ """ # global administrivia -__version__ = "archivemail v0.7.0" +__version__ = "archivemail v0.7.1" __svn_id__ = "$Id$" __copyright__ = """\ Copyright (C) 2002 Paul Rodger (C) 2006 Peter Poeml , - (C) 2006 Nikolaus Schulz + (C) 2006,2007 Nikolaus Schulz This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.""" diff --git a/setup.py b/setup.py index 033a1b6..03f3495 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.0", + version="0.7.1", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", diff --git a/test_archivemail.py b/test_archivemail.py index 55d229c..5764d4f 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ############################################################################ # Copyright (C) 2002 Paul Rodger -# (C) 2006 Nikolaus Schulz +# (C) 2006,2007 Nikolaus Schulz # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by