Changeset 339
- Timestamp:
- 05/03/08 09:59:13 (4 months ago)
- Files:
-
- cleverbox/branches/0.4/cleverbox/scripts/admin.py (modified) (1 diff)
- cleverbox/branches/0.4/debian/changelog (modified) (1 diff)
- cleverbox/branches/0.4/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r338 r339 39 39 } 40 40 41 _version = '0.4.4 pre'41 _version = '0.4.4' 42 42 43 43 class CleverboxAdmin(cmd.Cmd): cleverbox/branches/0.4/debian/changelog
r330 r339 1 cleverbox (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 1 7 cleverbox (0.4.3-1) stable; urgency=low 2 8 cleverbox/branches/0.4/setup.py
r338 r339 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4.4 pre',27 version='0.4.4', 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.',
