dabo Commit Revision 5238 Date: 2009-06-01 03:37:21 -0700 (Mon, 01 Jun 2009) Author: Ed Trac: http://trac.dabodev.com/changeset/5238
Changed: U trunk/dabo/__version__.py Log: Bumped the version number for the 0.9.2 release. Diff: Modified: trunk/dabo/__version__.py =================================================================== --- trunk/dabo/__version__.py 2009-05-31 23:13:50 UTC (rev 5237) +++ trunk/dabo/__version__.py 2009-06-01 10:37:21 UTC (rev 5238) @@ -2,8 +2,8 @@ # The following 3 lines are the only thing you should change in this file. # Everything else is boilerplate copied also to other dabo repositories. package_name = "dabo" -_version = "0.9.1" -_approximateRevision = "~5236" +_version = "0.9.2" +_approximateRevision = "~5238" import os import lib _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
