Message ID | 20120607053314.28869.48551.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-06-01 05:18:57 +0000 +++ doc/changes.rst 2012-06-07 05:30:11 +0000 @@ -6,7 +6,8 @@ Version 0.12 ============ -* Unreleased. +* Another attempt to detect a stuck port on an ACS6000. +* Do not crash when wait_for_home_screen times out. .. _version_0_11: === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-06-01 05:18:57 +0000 +++ lava_dispatcher/__init__.py 2012-06-07 05:30:11 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see <http://www.gnu.org/licenses>. -__version__ = (0, 12, 0, "dev", 0) +__version__ = (0, 12, 0, "final", 0)