Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/
Date: Sat, 31 Dec 2022 11:31:49
Message-Id: 1672486283.05db7941d68e06581ecdce5124fc8ef3e9ac9ba9.arthurzam@gentoo
1 commit: 05db7941d68e06581ecdce5124fc8ef3e9ac9ba9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 11:31:15 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 11:31:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=05db7941
7
8 start work on 0.10.21
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 src/pkgcheck/__init__.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
16 index 8e50bdfc..5798eced 100644
17 --- a/src/pkgcheck/__init__.py
18 +++ b/src/pkgcheck/__init__.py
19 @@ -6,7 +6,7 @@ from .results import Result
20
21 __all__ = ("keywords", "scan", "PkgcheckException", "Result")
22 __title__ = "pkgcheck"
23 -__version__ = "0.10.20"
24 +__version__ = "0.10.21"
25
26
27 def __getattr__(name):