Changeset 2043
- Timestamp:
- 03/27/06 11:39:02 (3 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/dabo/__version__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r2042 r2043 1 1 See the Subversion log for all the details. 2 2 3 Dabo 0.6 (2006-03-2 3) (Revision 2030):3 Dabo 0.6 (2006-03-27) (Revision 2043): 4 4 (for now, due to lack of time, I'm just echoing svn log. If someone wants to 5 5 summarize the changes --today!-- that would be *very much* appreciated.) trunk/dabo/__version__.py
r1859 r2043 2 2 import dabo 3 3 4 _version = "0. 5.1"4 _version = "0.6" 5 5 6 6 # If dabo is a subversion working copy, we'll try to get the current revision
