mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 05:34:58 +00:00
Bumped version to 0.7.2, and updated release info on the webpage.
This commit is contained in:
parent
8cc36126ec
commit
0ae7edab86
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ Website: http://archivemail.sourceforge.net/
|
|||
"""
|
||||
|
||||
# global administrivia
|
||||
__version__ = "archivemail v0.7.1"
|
||||
__version__ = "archivemail v0.7.2"
|
||||
__svn_id__ = "$Id$"
|
||||
__copyright__ = """\
|
||||
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
|
||||
<hr>
|
||||
<div id="status">
|
||||
<strong>Latest version: 0.7.1</strong><br>
|
||||
Released on 2007-11-07
|
||||
<strong>Latest version: 0.7.2</strong><br>
|
||||
Released on 2007-11-09
|
||||
</div>
|
||||
<h2>What is it?</h2>
|
||||
<p>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ check_python_version()
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name="archivemail",
|
||||
version="0.7.1",
|
||||
version="0.7.2",
|
||||
description="archive and compress old email",
|
||||
license="GNU GPL",
|
||||
url="http://archivemail.sourceforge.net/",
|
||||
|
|
Loading…
Reference in a new issue