From patchwork Thu Feb 27 23:36:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1246183 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48T8GD5HpXz9sR4 for ; Fri, 28 Feb 2020 10:37:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=default header.b=FPx2wpRp; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48T8GD4Q3wzDqy6 for ; Fri, 28 Feb 2020 10:37:08 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=that.guru (client-ip=199.181.239.102; helo=relay0102.mxlogin.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=default header.b=FPx2wpRp; dkim-atps=neutral Received: from relay0102.mxlogin.com (relay0102.mxlogin.com [199.181.239.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48T8G93T5jzDqdd for ; Fri, 28 Feb 2020 10:37:05 +1100 (AEDT) Received: from filter004.mxroute.com ([149.28.56.236] 149.28.56.236.vultr.com) (Authenticated sender: mN4UYu2MZsgR) by relay0102.mxlogin.com (ZoneMTA) with ESMTPSA id 1708902b6b9000c6c5.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 27 Feb 2020 23:37:01 +0000 X-Zone-Loop: c943b012ac9a2d04b19e515527c34cf590712011aef3 X-Originating-IP: [149.28.56.236] Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter004.mxroute.com (Postfix) with ESMTPS id 05E9A3E990 for ; Thu, 27 Feb 2020 23:37:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=PN9F0GH08GyxYmiXWI9bKRhQmKGQad4GsGIWF15Vrno=; b=FPx2wpRp1zvQQl+lDUU2PVihaE 6YyzkCpDyZx4YOGXL2hZE4fE/Jbx68+nsBUB0nYwZ92cGgYfROBriATcjiX1vdyCYEuOzYPYk1BIG MulEFoP9EqnX22oF2AYNOdFn3Tn9XDApdofCzmDHM1VZDPbK5bYvLbjwmdMOtjoDgUWOuOzM5S9Cb vBQSUSfn3/8G2DI+YvYVouG5PnaaEFkB2LobJPybGerobzXI7Cvt+cn8YFYaaU3WeDdGpikT+2ZUE mebNc+BbOkljm8NCXm6T3Ymg7pXstkuruR37NosqwqPYDyxNQmI3wLbVMm5EZhxPL3kwySaeFWhc4 fTeYPy4g==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH] Patchwork v2.2.0-rc2 Date: Thu, 27 Feb 2020 23:36:55 +0000 Message-Id: <20200227233655.80098-1-stephen@that.guru> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Stephen Finucane --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 1a1c0bf3..0e15bca0 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -5,7 +5,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 2, 0, 'rc', 1) +VERSION = (2, 2, 0, 'rc', 2) __version__ = get_latest_version(VERSION)