Changeset 343 for cleverbox/branches

Show
Ignore:
Timestamp:
05/03/08 10:32:10 (4 years ago)
Author:
trivoallan
Message:

cleverbox : updating version number on branch.

Location:
cleverbox/branches/0.4
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/cleverbox/scripts/admin.py

    r339 r343  
    3939} 
    4040 
    41 _version = '0.4.4' 
     41_version = '0.4.5pre' 
    4242 
    4343class CleverboxAdmin(cmd.Cmd): 
  • cleverbox/branches/0.4/setup.py

    r339 r343  
    2525    # Project identity 
    2626    name='Cleverbox', 
    27     version='0.4.4', 
     27    version='0.4.5pre', 
    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.',