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 0FEEA1382C5 for ; Thu, 4 Mar 2021 17:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCF7E0869; Thu, 4 Mar 2021 17:18:52 +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 BACC5E0869 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 4ECE2340F45 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 925F64DB 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: <1614869117.159e45bf90d67f33b9fa62baa8345e59ff7b63af.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: 159e45bf90d67f33b9fa62baa8345e59ff7b63af 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: 4bf8985f-22bd-4f32-a351-fbba2f58c375 X-Archives-Hash: b6ecb60b69b2d990a48769ce8acc05c1 commit: 159e45bf90d67f33b9fa62baa8345e59ff7b63af Author: Ben Kohler gentoo org> AuthorDate: Thu Mar 4 14:45:17 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Mar 4 14:45:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=159e45bf catalyst 3.0.16 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 e1887adf..72273198 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.15" +__version__= "3.0.16" _ver = None