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 55E02158009 for ; Wed, 21 Jun 2023 18:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 693A3E0872; Wed, 21 Jun 2023 18:56:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF22E0872 for ; Wed, 21 Jun 2023 18:56:00 +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 61FA433BEAE for ; Wed, 21 Jun 2023 18:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBEBCA87 for ; Wed, 21 Jun 2023 18:55:57 +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: <1687373745.f537f520422af0900049c760b435ab3e0938240d.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: f537f520422af0900049c760b435ab3e0938240d X-VCS-Branch: master Date: Wed, 21 Jun 2023 18:55:57 +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: 9698c58b-13ab-49b2-92ea-63a864231e2d X-Archives-Hash: be628d3fa15823f04301001b0ebfcce6 commit: f537f520422af0900049c760b435ab3e0938240d Author: Sam James gentoo org> AuthorDate: Wed Jun 21 18:55:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 21 18:55:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f537f520 NEWS, setup.py: prepare for portage-3.0.49 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 f2f716073..1f82a856f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.49 (UNRELEASED) +portage-3.0.49 (2023-06-21) -------------- Bug fixes: diff --git a/setup.py b/setup.py index ad607f8d9..3c343aabd 100755 --- a/setup.py +++ b/setup.py @@ -816,7 +816,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.48.1", + version="3.0.49", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",