Message ID | 20120525034710.14852.30526.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-05-25 03:44:24 +0000 +++ doc/changes.rst 2012-05-25 03:45:27 +0000 @@ -1,6 +1,13 @@ Version History *************** +.. _version_0_9: + +Version 0.9 +=========== + +* Unreleased. + .. _version_0_8: Version 0.8 === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2012-05-25 03:44:24 +0000 +++ lava_test/__init__.py 2012-05-25 03:45:27 +0000 @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = (0, 8, 0, "final", 0) +__version__ = (0, 9, 0, "dev", 0)