Changeset 332 for cleverbox/branches
- Timestamp:
- 02/29/08 18:47:54 (2 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 2 modified
-
cleverbox/scripts/admin.py (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r330 r332 39 39 } 40 40 41 _version = '0.4. 3'41 _version = '0.4.4pre' 42 42 43 43 class CleverboxAdmin(cmd.Cmd): -
cleverbox/branches/0.4/setup.py
r330 r332 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4. 3',27 version='0.4.4pre', 28 28 description='Script for automating multiple trac instances deployment and maintenance.', 29 29 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.',
