Show
Ignore:
Timestamp:
10/16/07 04:07:07 (1 year ago)
Author:
amcgregor
Message:

Random 3.0 stub updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/turbomail/release.py

    r13 r33  
    33"""Release information about the Turbo-Mail mail queue.""" 
    44 
    5 version = "2.0.4" 
     5version = "3.0" 
    66description = "Multi-threaded mail queue manager for TurboGears applications." 
    77long_description = "TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail."