diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 20:38:01 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 21:02:07 +0200 |
commit | a04226580ba7f7ad9f4d470543f81d0d500826f1 (patch) | |
tree | 7ba9f360c8348f24cee511fa38ea8a996f9081e5 | |
parent | 89cff1807ca09bfe35e6faf05d974d40d60944c5 (diff) | |
download | archivemail-a04226580ba7f7ad9f4d470543f81d0d500826f1.tar.gz archivemail-a04226580ba7f7ad9f4d470543f81d0d500826f1.tar.bz2 archivemail-a04226580ba7f7ad9f4d470543f81d0d500826f1.zip |
Bump version to 0.8.0
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | archivemail.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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, when writing From_ line timestamps, don't use UTC but local time, without diff --git a/archivemail.py b/archivemail.py index 73134b9..be90413 100755 --- a/archivemail.py +++ b/archivemail.py @@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/ """ # global administrivia -__version__ = "archivemail v0.7.2" +__version__ = "archivemail v0.8.0" __copyright__ = """\ Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> (C) 2006 Peter Poeml <poeml@suse.de>, @@ -20,7 +20,7 @@ check_python_version() from distutils.core import setup setup(name="archivemail", - version="0.7.2", + version="0.8.0", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", |