aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-07 00:57:44 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-07 00:57:44 +0000
commitbcb01613d0ede7a2bb3725a19ea6c10614bd5ccf (patch)
treeba95469a6256e4daf8905189642e00db9b6277cf /archivemail.py
parentd57987be0423cbb2980497981e7359cb57e2e019 (diff)
downloadarchivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.tar.gz
archivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.tar.bz2
archivemail-bcb01613d0ede7a2bb3725a19ea6c10614bd5ccf.zip
archivemail.py, setup.py, test_archivemail.py:
bumped version to 0.7.1, and updated copyright.
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py6
1 files changed, 3 insertions, 3 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 <paul@paulrodger.com>,
# (C) 2006 Peter Poeml <poeml@suse.de>,
-# (C) 2006 Nikolaus Schulz <microschulz@web.de>
+# (C) 2006,2007 Nikolaus Schulz <microschulz@web.de>
#
# 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 <paul@paulrodger.com>
(C) 2006 Peter Poeml <poeml@suse.de>,
- (C) 2006 Nikolaus Schulz <microschulz@web.de>
+ (C) 2006,2007 Nikolaus Schulz <microschulz@web.de>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."""