Message ID | 20130115214813.28660.53143.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'doc/changes.rst' --- doc/changes.rst 2013-01-04 21:05:27 +0000 +++ doc/changes.rst 2013-01-15 21:47:27 +0000 @@ -1,6 +1,13 @@ Version History *************** +.. _version_0_27: + +Version 0.27 +============= +* prevent offline admin action from touching RETIRED boards +* add a re-submit button + .. _version_0_26: Version 0.26 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2013-01-04 21:05:27 +0000 +++ lava_scheduler_app/__init__.py 2013-01-15 21:47:27 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>. -__version__ = (0, 26, 0, "final", 0) +__version__ = (0, 27, 0, "final", 0)