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 F2A5C158528 for ; Fri, 26 Jan 2024 08:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A311E29CB; Fri, 26 Jan 2024 08:46:15 +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 0D277E29CB for ; Fri, 26 Jan 2024 08:46:15 +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 1C152343021 for ; Fri, 26 Jan 2024 08:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6AA2EC0 for ; Fri, 26 Jan 2024 08:46:12 +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: <1706258119.99b0d97368405f1dc847b04207338603e71b1342.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/ X-VCS-Repository: proj/pkgcore/pkgcheck X-VCS-Files: src/pkgcheck/__init__.py X-VCS-Directories: src/pkgcheck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 99b0d97368405f1dc847b04207338603e71b1342 X-VCS-Branch: master Date: Fri, 26 Jan 2024 08:46:12 +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: ce54bcb7-2a0a-42ae-9e54-45aba377f38d X-Archives-Hash: b68af04754211926968109731829406c commit: 99b0d97368405f1dc847b04207338603e71b1342 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 26 08:35:19 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 26 08:35:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=99b0d973 start work on 0.10.28 Signed-off-by: Arthur Zamarin gentoo.org> src/pkgcheck/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py index 23aba96d..780bab4f 100644 --- a/src/pkgcheck/__init__.py +++ b/src/pkgcheck/__init__.py @@ -6,7 +6,7 @@ from .results import Result __all__ = ("keywords", "scan", "PkgcheckException", "Result") __title__ = "pkgcheck" -__version__ = "0.10.27" +__version__ = "0.10.28" def __getattr__(name):