diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 106: release 0.6

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

Commit Message

Michael-Doyle Hudson Dec. 5, 2011, 9:49 p.m. UTC
------------------------------------------------------------
revno: 106
tags: release-0.6
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2011-12-06 10:46:59 +1300
message:
  release 0.6
modified:
  lava_scheduler_app/__init__.py
  setup.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 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2011-11-18 03:30:43 +0000
+++ lava_scheduler_app/__init__.py	2011-12-05 21:46:59 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 5, 5, "final", 0)
+__version__ = (0, 6, 0, "final", 0)

=== modified file 'setup.py'
--- setup.py	2011-12-01 12:34:01 +0000
+++ setup.py	2011-12-05 21:46:59 +0000
@@ -33,7 +33,7 @@ 
     scheduler = lava_scheduler_app.extension:SchedulerExtension
     """,
     install_requires=[
-        "lava-server >= 0.7.1",
+        "lava-server >= 0.8",
         "simplejson",
         "south >= 0.7.3",
         "twisted",