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 ABC0515ACFB for ; Sat, 22 Apr 2023 17:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B4BE0869; Sat, 22 Apr 2023 17:49:13 +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 CD7C5E0869 for ; Sat, 22 Apr 2023 17:49:13 +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 BE29D341246 for ; Sat, 22 Apr 2023 17:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C33D7A3F for ; Sat, 22 Apr 2023 17:49:10 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1682185711.8b7138df86e30f22e3263490a50672ff80faaae8.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: / X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8b7138df86e30f22e3263490a50672ff80faaae8 X-VCS-Branch: main Date: Sat, 22 Apr 2023 17:49:10 +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: a7a2f826-0b2b-4071-9c74-5147b511356b X-Archives-Hash: fca1b1c290261ed497392420cab5e326 commit: 8b7138df86e30f22e3263490a50672ff80faaae8 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 22 17:48:31 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 22 17:48:31 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=8b7138df new release 0.2.7 There was an issue with 0.2.6 on PyPI, and I don't want a .post version, so let's just bump Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index e61c249..9d9cafa 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,7 @@ Release Notes ============= -pkgdev 0.2.6 (2023-04-22) +pkgdev 0.2.7 (2023-04-22) ------------------------- **New Features:**