Changeset 1610
- Timestamp:
- 11/30/05 08:05:58 (3 years ago)
- Files:
-
- trunk/ChangeLog (modified) (2 diffs)
- trunk/dabo/__version__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1609 r1610 1 1 See the Subversion log for all the details. 2 2 3 Dabo-0.5 (2005-11-30) (Revision 16 08):3 Dabo-0.5 (2005-11-30) (Revision 1610): 4 4 5 5 Added a new class, DataSet, which lets you issue sql queries against local … … 63 63 64 64 Further removed user code from direct wx access in a few places. User code 65 can 66 still get at the wx structures though, just not quite as easily. 65 can still get at the wx structures though, just not quite as easily. 67 66 68 67 Fixed mixed indentation problems, made some code cleaner, and added/edited 69 lots 70 of docstrings. 68 lots of docstrings. 71 69 72 70 Added some useful functions to dMenu to remove items and get references to trunk/dabo/__version__.py
r1484 r1610 2 2 import dabo 3 3 4 _version = "0. 4.2"4 _version = "0.5" 5 5 6 6 # If dabo is a subversion working copy, we'll try to get the current revision
