Changeset 332 for cleverbox/branches

Show
Ignore:
Timestamp:
02/29/08 18:47:54 (2 years ago)
Author:
trivoallan
Message:

cleverbox : incrementing branch version.

Location:
cleverbox/branches/0.4
Files:
2 modified

Legend:

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

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

    r330 r332  
    2525    # Project identity 
    2626    name='Cleverbox', 
    27     version='0.4.3', 
     27    version='0.4.4pre', 
    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.',