dabo Commit Revision 6010 Date: 2010-09-12 13:37:22 -0700 (Sun, 12 Sep 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/6010
Changed: U trunk/dabo/__version__.py Log: Changed the version info for the 0.9.3 release. Diff: Modified: trunk/dabo/__version__.py =================================================================== --- trunk/dabo/__version__.py 2010-09-12 20:35:39 UTC (rev 6009) +++ trunk/dabo/__version__.py 2010-09-12 20:37:22 UTC (rev 6010) @@ -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.2" -_approximateRevision = "~6008" +_version = "0.9.3" +_approximateRevision = "~6010" 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]
