From patchwork Tue Sep 10 17:59:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1160509 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 46SXrS2qvdz9s7T for ; Wed, 11 Sep 2019 04:00:40 +1000 (AEST) 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" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="miMidMD1"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46SXrS1hXMzF1db for ; Wed, 11 Sep 2019 04:00:40 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=172.82.139.134; helo=qrelay134.mxroute.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" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="miMidMD1"; dkim-atps=neutral Received: from qrelay134.mxroute.com (qrelay134.mxroute.com [172.82.139.134]) (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 46SXqt0BxHzF1Yj for ; Wed, 11 Sep 2019 04:00:09 +1000 (AEST) Received: from filter001.mxrelay.co (unknown [116.203.155.46]) by qrelay134.mxroute.com (Postfix) with ESMTP id E737312093C for ; Tue, 10 Sep 2019 14:00:05 -0400 (EDT) Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter001.mxrelay.co (Postfix) with ESMTPS id 40A4B1008E5 for ; Tue, 10 Sep 2019 18:00:04 +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=WqeBl6YuexDXGeaPSxr7X64jhv0MwhN8mcOvxTiiuOo=; b=miMidMD1EXxWr6gEOXJjd9n8ec DKeZH7DTVe48C7zAG/QyqaJSWr8+rS0Ihp00DHvquezl8hTY/2BbUY1D+6s8sdMuDqcbHSCYqphlL Mu1MLouChLLlGSJSiY9ZBbfbiLvvgrVkZ4/iootBs9DtP0uy14rws6dLdygqzyeZgIdaU9NqsAxDO S0SMNMAKC6TD9yiX2h58QJjktIM5QdB2U3TJRymWdqlsraD3JlKNfDWGYiFLr6f1QItO5zz6gSleN DttCkdvvDHwzYjtxGNcO4Dm2C1rAZjsyL29gHIUfjhbbe+zO8cbqGQekKKuo13uk0X24sAgZIPP9b 0GfGaLFA==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 0/3] Release 2.2.0 Date: Tue, 10 Sep 2019 18:59:53 +0100 Message-Id: <20190910175956.5300-1-stephen@that.guru> X-Mailer: git-send-email 2.21.0 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" We have enough stuff built up that it's probably time for a new release. I was hoping that version 2.2.0 would include a resolution for the Patch-Submission JOIN issue, thus unblocking the work on labels and accurate tags, but I just haven't had time to finish this and we shouldn't let it block the other features here. Before we merge this, I'd like to get the msgid as ID and writeable bundle API series merged. I'll hold off doing this until that happens. Stephen Finucane (3): Release 2.2.0 Post-release version bump docs: Update reno for stable/2.2 docs/index.rst | 1 + docs/releases/flannel.rst | 5 +++++ docs/releases/index.rst | 1 + docs/releases/unreleased.rst | 2 +- patchwork/__init__.py | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/releases/flannel.rst