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 2B18C15ACB3 for ; Fri, 7 Apr 2023 09:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C51E0919; Fri, 7 Apr 2023 09:55:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 40E31E0919 for ; Fri, 7 Apr 2023 09:55: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75923335D20 for ; Fri, 7 Apr 2023 09:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC8189FA for ; Fri, 7 Apr 2023 09:55:08 +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: <1680861297.6b74dc0130c01405f3fa88ebf6991c06ce042421.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS setup.py X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b74dc0130c01405f3fa88ebf6991c06ce042421 X-VCS-Branch: master Date: Fri, 7 Apr 2023 09:55: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: ee9b9741-0597-4604-99cb-8bc5d8c85d30 X-Archives-Hash: 1507c992cdc1effe283fb55861975aa6 commit: 6b74dc0130c01405f3fa88ebf6991c06ce042421 Author: Sam James gentoo org> AuthorDate: Fri Apr 7 09:54:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 7 09:54:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6b74dc01 NEWS, setup.py: prepare for portage-3.0.46 Signed-off-by: Sam James gentoo.org> NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7ae7e4d16..0361e6ac6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.46 (UNRELEASED) +portage-3.0.46 (2023-04-07) --------------- Breaking changes: diff --git a/setup.py b/setup.py index 3b0e652a9..85d85e36c 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.3", + version="3.0.46", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",