From patchwork Tue Apr 30 06:03:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Axtens X-Patchwork-Id: 1093005 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 44tWJd0rwGz9sB8 for ; Tue, 30 Apr 2019 16:07:13 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="SV9PTF7U"; 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 44tWJc759rzDqRh for ; Tue, 30 Apr 2019 16:07:12 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=axtens.net (client-ip=2607:f8b0:4864:20::441; helo=mail-pf1-x441.google.com; envelope-from=dja@axtens.net; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=axtens.net Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=axtens.net header.i=@axtens.net header.b="SV9PTF7U"; dkim-atps=neutral Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 44tWF12nYpzDqQV for ; Tue, 30 Apr 2019 16:04:05 +1000 (AEST) Received: by mail-pf1-x441.google.com with SMTP id g3so6543209pfi.4 for ; Mon, 29 Apr 2019 23:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axtens.net; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LUZEutW5MItSCJ225o4/Vy76T0OEUeA4Azl7bTDut6c=; b=SV9PTF7UII7hsnSXufrDORFci4yCFFCQ38LbJr+YeDn0Z7CJfVWyp1G6/OXABwEgVR xVp55mS/3vIEhcshsKRr5n9dWrXt/o2BBabPxIli1frMSMsgXZn+TEeBB4qmgeuxMaKX Ws9YHtykdZ/l3gfIuoZ4SPOARxiChUu6itUD4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LUZEutW5MItSCJ225o4/Vy76T0OEUeA4Azl7bTDut6c=; b=r21xyE9MhmTOrET8J6Q6H0+VkqLFjaPO4wmskyeR6Il68mSTt98vJx9OyhDi19fHFO XX/rKdEg6dAKPQjkUoiow3uCEIOTg7Q4iq5NM4PSndo3SKKk2vayy+UYE2AfHajXYWSf lLd1i+YlDXRm98kz4Cih7GHZvQlXgRHO6sIBvvG3D6IOtr6cbXZ601ah44wtl/fmo4bn pFqQWIb8lGr3nIbTLd7KD8u1TC7FMpvDqkiWEeOCFD27ykaNMmdVq2Iw9+UGhmYN6Hul +K/pVEi2U58H19HsKSzhppYv8pQFyUJ6nBgNbUXEcQ4lmWJ+fg3U+JUeFDZw9DCsEBrM yzRA== X-Gm-Message-State: APjAAAW8cq5R6g5FiodVMZ8DglSksqSl20eKiYpiBNroei68NTFgW/KW TMSGU5oOt+4A5LFIJgp02UCWGiSOVXI= X-Google-Smtp-Source: APXvYqzyr1exmRNeGTaOneFtBOImI2KKZFrXrRGNFGJc14/kW/wdSZSqUkdgjuYci+bcZmi0qrnnXA== X-Received: by 2002:a63:5b24:: with SMTP id p36mr61806478pgb.84.1556604243164; Mon, 29 Apr 2019 23:04:03 -0700 (PDT) Received: from localhost (203-217-53-131.dyn.iinet.net.au. [203.217.53.131]) by smtp.gmail.com with ESMTPSA id b20sm19626742pff.118.2019.04.29.23.04.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Apr 2019 23:04:02 -0700 (PDT) From: Daniel Axtens To: patchwork@lists.ozlabs.org Subject: [PATCH 10/10] Release 2.1.2 Date: Tue, 30 Apr 2019 16:03:08 +1000 Message-Id: <20190430060308.10432-11-dja@axtens.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20190430060308.10432-1-dja@axtens.net> References: <20190430060308.10432-1-dja@axtens.net> MIME-Version: 1.0 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: Daniel Axtens --- patchwork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 72416b32a073..241f496cf71f 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 1, 2, 'alpha', 0) +VERSION = (2, 1, 2) __version__ = get_latest_version(VERSION)