From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1067A1382C5 for ; Thu, 4 Mar 2021 17:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 547BAE086F; Thu, 4 Mar 2021 17:18:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C1FE086F for ; Thu, 4 Mar 2021 17:18:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AF08340F40 for ; Thu, 4 Mar 2021 17:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B304F1 for ; Thu, 4 Mar 2021 17:18:46 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1614869245.0207f10c922a7368d5f999eb321ee18becdbda15.bkohler@gentoo> Subject: [gentoo-commits] proj/catalyst:catalyst-3.0-stable commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/version.py X-VCS-Directories: catalyst/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0207f10c922a7368d5f999eb321ee18becdbda15 X-VCS-Branch: catalyst-3.0-stable Date: Thu, 4 Mar 2021 17:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8289cd7c-b768-4f7d-9083-fcfc3d6d1017 X-Archives-Hash: 57d7315e37bff433ff6369d133dcfe6b commit: 0207f10c922a7368d5f999eb321ee18becdbda15 Author: Ben Kohler gentoo org> AuthorDate: Thu Mar 4 14:47:25 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Mar 4 14:47:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0207f10c catalyst 3.0.17 Signed-off-by: Ben Kohler gentoo.org> catalyst/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/version.py b/catalyst/version.py index 72273198..cee85376 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -12,7 +12,7 @@ import os from snakeoil.version import get_git_version as get_ver -__version__= "3.0.16" +__version__= "3.0.17" _ver = None