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 57D6B15A7D9 for ; Sun, 19 Mar 2023 19:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF398E084A; Sun, 19 Mar 2023 19:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C56C9E084A for ; Sun, 19 Mar 2023 19:17:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEEED34134D for ; Sun, 19 Mar 2023 19:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8595E8D4 for ; Sun, 19 Mar 2023 19:17:15 +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: <1679253427.591d499967bb245d0821692bee93d862f3068764.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: 591d499967bb245d0821692bee93d862f3068764 X-VCS-Branch: master Date: Sun, 19 Mar 2023 19:17:15 +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: d437dab4-6edf-4666-8502-2810aa368306 X-Archives-Hash: 1ad47a86ebc9629e12f1ff7ba8e5ad8e commit: 591d499967bb245d0821692bee93d862f3068764 Author: Sam James gentoo org> AuthorDate: Sun Mar 19 19:17:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 19 19:17:07 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=591d4999 setup.py: prepare for portage-3.0.45.3 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 33528e6d1..3b0e652a9 100755 --- a/setup.py +++ b/setup.py @@ -817,7 +817,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.45.2", + version="3.0.45.3", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",