Message ID | 20120924161314.28025.24449.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-09-14 16:33:26 +0000 +++ doc/changes.rst 2012-09-24 16:12:18 +0000 @@ -1,6 +1,13 @@ Version History *************** +.. _version_0_18: + +Version 0.18 +============ +* fix issue with /etc/resolv.conf +* removed unused/unsupported action attributes: pkg and kernel_matrix + .. _version_0_17_2: Version 0.17.2 === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2012-09-14 16:33:26 +0000 +++ lava_dispatcher/__init__.py 2012-09-24 16:12:18 +0000 @@ -18,4 +18,4 @@ # along # with this program; if not, see <http://www.gnu.org/licenses>. -__version__ = (0, 17, 2, "final", 0) +__version__ = (0, 18, 0, "final", 0)