From bc41b683898797b07db49a929656ed644cfefd53 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Sat, 27 Apr 2002 06:08:45 +0000 Subject: Fixed a bug where the long --suffix option was not working (although the short option, '-s' was). Added time-based format directives to the --suffix option, so that you can do things like specify --suffix='%B%Y' to create archives named after the current month and year. Added some more tests to test_archivemail.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 265afd3..bc54008 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ check_python_version() # define & run this early - 'distutils.core' is new from distutils.core import setup setup(name="archivemail", - version="0.4.3", + version="0.4.4", description="archive and compress old email", license="GNU GPL", url="http://archivemail.sourceforge.net/", -- cgit v1.2.3