Show
Ignore:
Timestamp:
02/24/08 15:43:39 (4 years ago)
Author:
trivoallan
Message:

cleverbox : preparing 0.4.2 release.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/setup.py

    r260 r268  
    1 #!/usr/bin/env python 
     1#!/usr/bin/env python2.4 
    22 
    33# This file is part of the "Cleverbox" program. 
     
    2525    # Project identity 
    2626    name='Cleverbox', 
    27     version='0.4.2dev', 
     27    version='0.4.2', 
    2828    description='Script for automating multiple trac instances deployment and maintenance.', 
    2929    long_description='The Cleverbox sits on top of [http://trac.edgewall.org Trac] and [http://subversion.tigris.org Subversion]. It provides an interactive shell for deploying and maintaining instances of both projects.',