Changeset 339

Show
Ignore:
Timestamp:
05/03/08 09:59:13 (4 months ago)
Author:
trivoallan
Message:

cleverbox : preparing release of cleverbox-0.4.4

Files:

Legend:

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

    r338 r339  
    3939} 
    4040 
    41 _version = '0.4.4pre
     41_version = '0.4.4
    4242 
    4343class CleverboxAdmin(cmd.Cmd): 
  • cleverbox/branches/0.4/debian/changelog

    r330 r339  
     1cleverbox (0.4.4-1) stable; urgency=low 
     2 
     3  * Creating package out of latest cleverbox stable release 
     4 
     5 -- Tristan Rivoallan <trivoallan@clever-age.com>  Wed, 14 May 2008 17:45:00 +0100 
     6 
    17cleverbox (0.4.3-1) stable; urgency=low 
    28 
  • cleverbox/branches/0.4/setup.py

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