Changeset 173 for cleverbox/trunk

Show
Ignore:
Timestamp:
08/12/07 15:06:25 (5 years ago)
Author:
trivoallan
Message:

cleverbox : trunk is now cleverbox-0.5.dev

Location:
cleverbox/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/cleverbox/scripts/admin.py

    r169 r173  
    2222} 
    2323 
    24 _version = '0.4' 
     24_version = '0.5.dev' 
    2525 
    2626class CleverboxAdmin(cmd.Cmd): 
  • cleverbox/trunk/setup.py

    r167 r173  
    1414    # Project identity 
    1515    name='Cleverbox', 
    16     version='0.4', 
     16    version='0.5.dev', 
    1717    description='Script for automating multiple trac instances deployment and maintenance.', 
    1818    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.',