Message ID | 20120924162213.31218.95474.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2012-09-24 16:19:49 +0000 +++ doc/changes.rst 2012-09-24 16:21:08 +0000 @@ -1,6 +1,12 @@ Version History *************** +.. _version_0_12: + +Version 0.12 +============ +* Unreleased + .. _version_0_11: Version 0.11 === modified file 'lava_test/__init__.py' --- lava_test/__init__.py 2012-09-24 16:19:49 +0000 +++ lava_test/__init__.py 2012-09-24 16:21:08 +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, 11, 0, "final", 0) +__version__ = (0, 12, 0, "dev", 0)