mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-03-11 23:32:48 +00:00
Bump version to 0.8.0
This commit is contained in:
parent
89cff1807c
commit
a04226580b
3 changed files with 3 additions and 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
|
||||
|
|
|
@ -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>,
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue