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 DEED2158020 for ; Thu, 1 Dec 2022 05:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DA5E07E0; Thu, 1 Dec 2022 05:14:16 +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 B40AEE07E0 for ; Thu, 1 Dec 2022 05:14:16 +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 B6F66340F75 for ; Thu, 1 Dec 2022 05:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07351756 for ; Thu, 1 Dec 2022 05:14:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1669871638.af90e98484ef48e54d15f37754d70910f2622a9c.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af90e98484ef48e54d15f37754d70910f2622a9c X-VCS-Branch: master Date: Thu, 1 Dec 2022 05:14:14 +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: 08d5a4ed-7866-40db-8960-b1547e2a6785 X-Archives-Hash: 927122c16db09b6c35c42d631ae189f9 commit: af90e98484ef48e54d15f37754d70910f2622a9c Author: Sam James gentoo org> AuthorDate: Thu Dec 1 05:13:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 1 05:13:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=af90e984 setup.py: prepare for 3.0.40 Signed-off-by: Sam James gentoo.org> setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 399c30025..b75d45e58 100755 --- a/setup.py +++ b/setup.py @@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.39", + version="3.0.40", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",