proj/pkgcore/pkgcore:master commit in: src/pkgcore/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786088048.be53fed474cbbb6f6aa0bfafd43ce75e4adc8fd9.arthurzam@gentoo> |
commit: be53fed474cbbb6f6aa0bfafd43ce75e4adc8fd9 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 7 07:33:55 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 07:34:08 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=be53fed4 start work on 0.12.38 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/pkgcore/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py index 77aca33ec..34a86e31e 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,4 +1,4 @@ __title__ = "pkgcore" -__version__ = "0.12.37" -__version_info__ = (0, 12, 37) +__version__ = "0.12.38.dev0" +__version_info__ = (0, 12, 38, "dev0") __python_mininum_version__ = (3, 12, 0)