Message ID | 20120601020410.24113.87836.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-05-31 06:32:55 +0000 +++ doc/changes.rst 2012-06-01 02:00:58 +0000 @@ -6,7 +6,9 @@ Verison 0.10 ============ -* Unreleased. +* Add support for a pre_connect_command that will be executed before + connection_command. +* Add 'lava connect' and 'lava power-cycle' commands. .. _version_0_9: === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-05-31 06:32:55 +0000 +++ lava_dispatcher/__init__.py 2012-06-01 02:00:58 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see <http://www.gnu.org/licenses>. -__version__ = (0, 10, 0, "dev", 0) +__version__ = (0, 10, 0, "final", 0)