diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 352: release 0.23

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

Commit Message

Michael-Doyle Hudson Oct. 4, 2012, 10:38 p.m. UTC
------------------------------------------------------------
revno: 352
tags: release-0.23
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-10-05 11:36:30 +1300
message:
  release 0.23
modified:
  dashboard_app/__init__.py
  doc/changes.rst


--
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	2012-09-24 03:55:33 +0000
+++ dashboard_app/__init__.py	2012-10-04 22:36:30 +0000
@@ -20,4 +20,4 @@ 
 Dashboard Application (package)
 """
 
-__version__ = (0, 23, 0, "dev", 0)
+__version__ = (0, 23, 0, "final", 0)

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-09-24 03:55:33 +0000
+++ doc/changes.rst	2012-10-04 22:36:30 +0000
@@ -5,7 +5,9 @@ 
 
 Version 0.23
 ============
-* Unreleased.
+* Added XML-RPC call to retrieve test names.
+* A better way of basing image reports on filters.
+* Somewhat split up the sprawling views.py.
 
 .. _version_0_22_1: