aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rwxr-xr-xarchivemail.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5302fa0..b5d80f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
-Version 0.7.0 - ???
+Version 0.7.0 - 2 November 2006
* Fixed long options --filter-append and --pwfile to accept their arguments.
Closes: #1555935
* Fixed From_ line generation to actually look for the 'Return-path' and
diff --git a/archivemail.py b/archivemail.py
index 4d18689..48e9019 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/
"""
# global administrivia
-__version__ = "archivemail v0.6.2"
+__version__ = "archivemail v0.7.0"
__svn_id__ = "$Id$"
__copyright__ = """\
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
diff --git a/setup.py b/setup.py
index 3a2e329..033a1b6 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup
setup(name="archivemail",
- version="0.6.2",
+ version="0.7.0",
description="archive and compress old email",
license="GNU GPL",
url="http://archivemail.sourceforge.net/",