proj/pkgcore/pkgcore:master commit in: src/pkgcore/, /
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786987782.2109db6d2c2e9aba5ac411cf960b126e56d51258.arthurzam@gentoo> |
commit: 2109db6d2c2e9aba5ac411cf960b126e56d51258 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 17 17:29:42 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Aug 17 17:29:42 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=2109db6d new release 0.12.40 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 2 +- src/pkgcore/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index aba7c1372..e6bbef38e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,7 +3,7 @@ Release Notes ============= ---------------------------- -pkgcore 0.12.40 (unreleased) +pkgcore 0.12.40 (2026-08-17) ---------------------------- Features diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py index 3d510c2c8..688c5156d 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,4 +1,4 @@ __title__ = "pkgcore" -__version__ = "0.12.40.dev0" -__version_info__ = (0, 12, 40, "dev0") +__version__ = "0.12.40" +__version_info__ = (0, 12, 40) __python_mininum_version__ = (3, 12, 0)