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 D4F63158020 for ; Thu, 10 Nov 2022 19:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02EA4E09E4; Thu, 10 Nov 2022 19:14:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAEA9E09E4 for ; Thu, 10 Nov 2022 19:14:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8764340DC6 for ; Thu, 10 Nov 2022 19:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345A66E9 for ; Thu, 10 Nov 2022 19:14:30 +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: <1668107575.1dba2cdc2b07c8f1b633d08296b9f62029d2aed2.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/ X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: src/pkgcore/__init__.py X-VCS-Directories: src/pkgcore/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1dba2cdc2b07c8f1b633d08296b9f62029d2aed2 X-VCS-Branch: master Date: Thu, 10 Nov 2022 19:14:30 +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: c92d14a0-039b-4128-bf42-ad7acb65936f X-Archives-Hash: 99bf616b3a47e1c3196f1a2348cf931c commit: 1dba2cdc2b07c8f1b633d08296b9f62029d2aed2 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 10 19:12:55 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 10 19:12:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=1dba2cdc start work on 0.12.18 Signed-off-by: Arthur Zamarin gentoo.org> src/pkgcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py index 9316ae313..2dfa59cd6 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,2 +1,2 @@ __title__ = 'pkgcore' -__version__ = '0.12.17' +__version__ = '0.12.18'