proj/pkgcore/pkgcore:master commit in: src/pkgcore/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786216216.dfe6dab3e0205a95985dfa638123ff5fb1905e4d.arthurzam@gentoo> |
commit: dfe6dab3e0205a95985dfa638123ff5fb1905e4d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 8 19:10:16 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Aug 8 19:10:16 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=dfe6dab3 start work on 0.12.39 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 23b11bdb3..0a65fd782 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,4 +1,4 @@ __title__ = "pkgcore" -__version__ = "0.12.38" -__version_info__ = (0, 12, 38) +__version__ = "0.12.39.dev0" +__version_info__ = (0, 12, 39, "dev0") __python_mininum_version__ = (3, 12, 0)