diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 287: release version 0.10

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

Commit Message

Michael-Doyle Hudson Dec. 5, 2011, 9:45 p.m. UTC
------------------------------------------------------------
revno: 287
tags: release-0.10
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2011-12-06 10:43:17 +1300
message:
  release version 0.10
modified:
  dashboard_app/__init__.py
  setup.py


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

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

Patch

=== modified file 'dashboard_app/__init__.py'
--- dashboard_app/__init__.py	2011-11-18 03:42:06 +0000
+++ dashboard_app/__init__.py	2011-12-05 21:43:17 +0000
@@ -20,4 +20,4 @@ 
 Dashboard Application (package)
 """
 
-__version__ = (0, 9, 3, "final", 0)
+__version__ = (0, 10, 0, "final", 0)

=== modified file 'setup.py'
--- setup.py	2011-11-09 00:01:03 +0000
+++ setup.py	2011-12-05 21:43:17 +0000
@@ -51,7 +51,7 @@ 
         'django-restricted-resource >= 0.2.6',
         'django-staticfiles == 0.3.4',
         'docutils >= 0.6',
-        'lava-server >= 0.7.1',
+        'lava-server >= 0.8',
         'linaro-dashboard-bundle >= 1.5.2',
         'linaro-django-pagination >= 2.0.2',
         'linaro-django-xmlrpc >= 0.4',