proj/pkgcore/pkgcore:master commit in: src/pkgcore/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786793503.81b9abc3c95a980df1d07ca606fc21100a309255.arthurzam@gentoo> |
commit: 81b9abc3c95a980df1d07ca606fc21100a309255 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 15 11:31:36 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Aug 15 11:31:43 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=81b9abc3 start work on 0.12.40 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 cd2af23bc..3d510c2c8 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,4 +1,4 @@ __title__ = "pkgcore" -__version__ = "0.12.39" -__version_info__ = (0, 12, 39) +__version__ = "0.12.40.dev0" +__version_info__ = (0, 12, 40, "dev0") __python_mininum_version__ = (3, 12, 0)