Changeset 330 for cleverbox/branches
- Timestamp:
- 02/29/08 18:12:56 (4 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 4 modified
-
cleverbox/scripts/admin.py (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
docs/CHANGELOG (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r328 r330 39 39 } 40 40 41 _version = '0.4.3 pre'41 _version = '0.4.3' 42 42 43 43 class CleverboxAdmin(cmd.Cmd): -
cleverbox/branches/0.4/debian/changelog
r276 r330 1 cleverbox (0.4.3-1) stable; urgency=low 2 3 * Creating package out of latest cleverbox stable release 4 5 -- Tristan Rivoallan <trivoallan@clever-age.com> Fri, 29 Feb 2008 18:10:34 +0100 6 1 7 cleverbox (0.4.2-1) stable; urgency=low 2 8 -
cleverbox/branches/0.4/docs/CHANGELOG
r268 r330 4 4 5 5 == Changelog == 6 7 === 2008-02-29 | 0.4.3-beta === 8 9 see http://www.clever-age.org/trac/milestone/cleverbox-0.4.3 for details. 10 11 ==== Fixes ==== 12 13 * Fixed version number displayed by cleverbox-admin (#37) 14 15 ==== Enhancements ==== 16 17 * Explicitely forbid cleverbox from running with trac-0.10.3 (#43) 6 18 7 19 === 2008-02-24 | 0.4.2-beta === -
cleverbox/branches/0.4/setup.py
r328 r330 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4.3 pre',27 version='0.4.3', 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.',
