Bump version to 0.8.0

This commit is contained in:
Nikolaus Schulz 2010-07-29 20:38:01 +02:00
parent 89cff1807c
commit a04226580b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Version 0.7.3 - UNRELEASED Version 0.8.0 - UNRELEASED
* Fixed date header parsing to be precise with timezone information. Also, * Fixed date header parsing to be precise with timezone information. Also,
when writing From_ line timestamps, don't use UTC but local time, without when writing From_ line timestamps, don't use UTC but local time, without

View File

@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/
""" """
# global administrivia # global administrivia
__version__ = "archivemail v0.7.2" __version__ = "archivemail v0.8.0"
__copyright__ = """\ __copyright__ = """\
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
(C) 2006 Peter Poeml <poeml@suse.de>, (C) 2006 Peter Poeml <poeml@suse.de>,

View File

@ -20,7 +20,7 @@ check_python_version()
from distutils.core import setup from distutils.core import setup
setup(name="archivemail", setup(name="archivemail",
version="0.7.2", version="0.8.0",
description="archive and compress old email", description="archive and compress old email",
license="GNU GPL", license="GNU GPL",
url="http://archivemail.sourceforge.net/", url="http://archivemail.sourceforge.net/",