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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6301158046 for ; Sat, 12 Oct 2024 12:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1ACFE29AF; Sat, 12 Oct 2024 12:44:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55B6EE29AF for ; Sat, 12 Oct 2024 12:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6204D343267 for ; Sat, 12 Oct 2024 12:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8095897F for ; Sat, 12 Oct 2024 12:44:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1728737022.e34c79404c1dbe23343214132f92b83ec82cec0c.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/version.py X-VCS-Directories: catalyst/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e34c79404c1dbe23343214132f92b83ec82cec0c X-VCS-Branch: master Date: Sat, 12 Oct 2024 12:44:08 +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: 3a5349a1-fe14-4222-bdcf-a6635c83dcba X-Archives-Hash: 9770d18274b81fc9f182d6adb1e8bc9d commit: e34c79404c1dbe23343214132f92b83ec82cec0c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 12 12:43:42 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 12 12:43:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e34c7940 Set version for a release Signed-off-by: Andreas K. Hüttel gentoo.org> catalyst/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/version.py b/catalyst/version.py index dbada51a..52fa2f27 100644 --- a/catalyst/version.py +++ b/catalyst/version.py @@ -5,7 +5,7 @@ import os from snakeoil.version import get_git_version as get_ver -__version__ = "3.0.7" +__version__ = "4.0.0" _ver = None