Changeset 2051
- Timestamp:
- 03/27/2006 03:40:50 PM (3 years ago)
- Files:
-
- branches/stable/ChangeLog (modified) (1 diff)
- branches/stable/dabo/__version__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable/ChangeLog
r2043 r2051 1 1 See the Subversion log for all the details. 2 3 Dabo 0.6.1 (2006-03-27) (Revision 2051): 4 BugFix: Double select-page entries in datanav apps. 2 5 3 6 Dabo 0.6 (2006-03-27) (Revision 2043): branches/stable/dabo/__version__.py
r2047 r2051 2 2 import dabo 3 3 4 _version = "0.6 s"4 _version = "0.6.1s" 5 5 6 6 # If dabo is a subversion working copy, we'll try to get the current revision
