dabo Commit Revision 1610 Date: 2005-11-30 08:05:58 -0800 (Wed, 30 Nov 2005) Author: paul
Changed: U trunk/ChangeLog U trunk/dabo/__version__.py Log: Edited some hard-returns in the Changelog, and incremented to the milestone version of 0.5! Diff: Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2005-11-30 14:59:25 UTC (rev 1609) +++ trunk/ChangeLog 2005-11-30 16:05:58 UTC (rev 1610) @@ -1,6 +1,6 @@ See the Subversion log for all the details. -Dabo-0.5 (2005-11-30) (Revision 1608): +Dabo-0.5 (2005-11-30) (Revision 1610): Added a new class, DataSet, which lets you issue sql queries against local Dabo data, not just against the backend. You can query, sort, and update @@ -62,12 +62,10 @@ Improved report writer's paragraph handling. Further removed user code from direct wx access in a few places. User code -can -still get at the wx structures though, just not quite as easily. +can still get at the wx structures though, just not quite as easily. Fixed mixed indentation problems, made some code cleaner, and added/edited -lots -of docstrings. +lots of docstrings. Added some useful functions to dMenu to remove items and get references to menu items. Modified: trunk/dabo/__version__.py =================================================================== --- trunk/dabo/__version__.py 2005-11-30 14:59:25 UTC (rev 1609) +++ trunk/dabo/__version__.py 2005-11-30 16:05:58 UTC (rev 1610) @@ -1,7 +1,7 @@ import os import dabo -_version = "0.4.2" +_version = "0.5" # If dabo is a subversion working copy, we'll try to get the current revision # using the svnversion command against that working copy. Otherwise, we'll get _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
