Changeset 13

Show
Ignore:
Timestamp:
05/25/07 03:52:33 (2 years ago)
Author:
amcgregor
Message:

Added guide to source repository and updated version number.

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/PKG-INFO

    r7 r13  
    11Metadata-Version: 1.0 
    22Name: TurboMail 
    3 Version: 2.0.3 
     3Version: 2.0.4 
    44Summary: Multi-threaded mail queue manager for TurboGears applications. 
    55Home-page: http://trac.orianagroup.com/turbomail/ 
  • trunk/turbomail/release.py

    r5 r13  
    33"""Release information about the Turbo-Mail mail queue.""" 
    44 
    5 version = "2.0.3" 
     5version = "2.0.4" 
    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." 
     
    1010url = "http://trac.orianagroup.com/turbomail/" 
    1111download_url = "http://cheeseshop.python.org/pypi/TurboMail/" 
    12 copyright = "© 2006 Top Floor Computer Systems Ltd." 
     12copyright = "© 2006-2007 Top Floor Computer Systems Ltd." 
    1313license="MIT"