From patchwork Mon Jan 23 22:03:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 6352 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D1F8324280 for ; Mon, 23 Jan 2012 22:03:15 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id C1FC7A18798 for ; Mon, 23 Jan 2012 22:03:15 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id r19so3372310bka.11 for ; Mon, 23 Jan 2012 14:03:15 -0800 (PST) Received: by 10.205.130.12 with SMTP id hk12mr3897946bkc.56.1327356195593; Mon, 23 Jan 2012 14:03:15 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs83661bks; Mon, 23 Jan 2012 14:03:15 -0800 (PST) Received: by 10.180.80.8 with SMTP id n8mr2623136wix.14.1327356193468; Mon, 23 Jan 2012 14:03:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id s29si10423638weq.108.2012.01.23.14.03.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 14:03:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RpRyr-0000rv-7S for ; Mon, 23 Jan 2012 22:03:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 261E3E0771 for ; Mon, 23 Jan 2012 22:03:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 119 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 119: bump version Message-Id: <20120123220313.5424.32435.launchpad@ackee.canonical.com> Date: Mon, 23 Jan 2012 22:03:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14713"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 634804263dcf01bc166b5f7140c9812036277c05 X-Gm-Message-State: ALoCoQlPG1b2zDHudDJaJOVufdFrCtlioE0wdy6XsycGmugNNf12ZzKfTt8IEKeOqOYY/7hTpuAB ------------------------------------------------------------ revno: 119 tags: release-0.7.3 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-01-24 11:00:58 +1300 message: bump version 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 === modified file 'doc/changes.rst' --- doc/changes.rst 2012-01-20 00:24:46 +0000 +++ doc/changes.rst 2012-01-23 22:00:58 +0000 @@ -1,6 +1,14 @@ Version History *************** +.. _version_0.7.3: + +Version 0.7.3 +============= +* Don't assume dispatcher log files contain valid unicode (#918954) +* Include static assets in the sdist (multiply reported as: #919079, + #919047, #917393) + .. _version_0.7.2: Version 0.7.2 === modified file 'lava_scheduler_app/__init__.py' --- lava_scheduler_app/__init__.py 2012-01-20 00:24:46 +0000 +++ lava_scheduler_app/__init__.py 2012-01-23 22:00:58 +0000 @@ -17,4 +17,4 @@ # along with LAVA Scheduler. If not, see . -__version__ = (0, 7, 2, "final", 0) +__version__ = (0, 7, 3, "final", 0)