Changeset 18 for branches

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

Version prep for 2.1 development.

Location:
branches/2.1
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/2.1/PKG-INFO

    r17 r18  
    11Metadata-Version: 1.0 
    22Name: TurboMail 
    3 Version: 2.0.4 
     3Version: 2.1 
    44Summary: Multi-threaded mail queue manager for TurboGears applications. 
    55Home-page: http://trac.orianagroup.com/turbomail/ 
  • branches/2.1/setup.cfg

    r17 r18  
    1 #[egg_info] 
    2 #tag_build = -dev 
    3 #tag_svn_revision = 1 
     1[egg_info] 
     2tag_build = -dev 
     3tag_svn_revision = 1 
    44 
    55[bdist_rpm] 
  • branches/2.1/turbomail/release.py

    r13 r18  
    33"""Release information about the Turbo-Mail mail queue.""" 
    44 
    5 version = "2.0.4" 
     5version = "2.1" 
    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."