diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 187: version 0.17.1

Message ID 20120619231911.31859.13029.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan June 19, 2012, 11:19 p.m. UTC
------------------------------------------------------------
revno: 187
tags: release-0.17.1
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-scheduler
timestamp: Tue 2012-06-19 18:17:36 -0500
message:
  version 0.17.1
  
  had a minor bug in 0.17 with reports and flot
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-06-18 23:00:29 +0000
+++ doc/changes.rst	2012-06-19 23:17:36 +0000
@@ -1,12 +1,12 @@ 
 Version History
 ***************
 
-.. _version_0_18:
+.. _version_0_17_1:
 
-Version 0.18
+Version 0.17.1
 ============
 
-* Unreleased.
+* version .17 didn't have the proper flot libraries in place for the new report
 
 .. _version_0_17:
 

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-06-18 23:00:29 +0000
+++ lava_scheduler_app/__init__.py	2012-06-19 23:17:36 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 18, 0, "dev", 0)
+__version__ = (0, 17, 1, "final", 0)