Message ID | 20111216042715.26921.72222.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2011-11-18 03:30:43 +0000 +++ doc/changes.rst 2011-12-16 04:09:01 +0000 @@ -1,6 +1,15 @@ Version History *************** +.. _version_0.7.0: + +Version 0.7.0 +============= + +* Add support for device tags in the scheduler +* Overhaul of the job view +* Fix unit tests + .. _version_0.5.5: Version 0.5.5 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2011-12-05 21:46:59 +0000 +++ lava_scheduler_app/__init__.py 2011-12-16 04:09:01 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>. -__version__ = (0, 6, 0, "final", 0) +__version__ = (0, 7, 0, "final", 0)