proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786107975.4e7643b91c3877ee5d4e32a6b43894b7684202d3.arthurzam@gentoo> |
commit: 4e7643b91c3877ee5d4e32a6b43894b7684202d3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 13:06:15 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 13:06:15 2026 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=4e7643b9
start work on 0.10.43
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
src/pkgcheck/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
index 641c59ac..f755862e 100644
--- a/src/pkgcheck/__init__.py
+++ b/src/pkgcheck/__init__.py
@@ -4,6 +4,6 @@ from .results import Result
__all__ = ("PkgcheckException", "Result", "scan")
__title__ = "pkgcheck"
-__version__ = "0.10.42"
-__version_info__ = (0, 10, 42)
+__version__ = "0.10.43.dev0"
+__version_info__ = (0, 10, 43, "dev0")
__python_mininum_version__ = (3, 12, 0)