Message ID | 20120615045014.19684.80459.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-06-15 04:47:03 +0000 +++ doc/changes.rst 2012-06-15 04:47:25 +0000 @@ -6,7 +6,6 @@ Version 0.13 ============ -* Unreleased. * Add all repositories specified in the add_apt_repository command. * Increase the number of retries and decrease the wait time in _deploy_tarball_to_board === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-06-07 05:31:04 +0000 +++ lava_dispatcher/__init__.py 2012-06-15 04:47:25 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see <http://www.gnu.org/licenses>. -__version__ = (0, 13, 0, "dev", 0) +__version__ = (0, 13, 0, "final", 0)