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 49325158094 for ; Sun, 10 Jul 2022 16:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9E3E0D9B; Sun, 10 Jul 2022 16:37:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E417E0D9B for ; Sun, 10 Jul 2022 16:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 500AD340F65 for ; Sun, 10 Jul 2022 16:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D3B391 for ; Sun, 10 Jul 2022 16:37:25 +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: <1657470495.a5692aaf7f768cc5a6dc4b017f40046d5fe6b1c6.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: a5692aaf7f768cc5a6dc4b017f40046d5fe6b1c6 X-VCS-Branch: master Date: Sun, 10 Jul 2022 16:37:25 +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: 021bd8b2-61d6-4458-8152-8e3346face20 X-Archives-Hash: 530c1e98f704d3120f22404d42dfd8d0 commit: a5692aaf7f768cc5a6dc4b017f40046d5fe6b1c6 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 16:28:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 16:28:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a5692aaf setup.py: update version 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 9e6b4cdb2..6effc2621 100755 --- a/setup.py +++ b/setup.py @@ -815,7 +815,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.30", + version="3.0.31", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",