proj/pkgcore/pkgcore:master commit in: /, src/pkgcore/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786715694.7e853367323beac5a49c7c87f731ecb888a52cb0.arthurzam@gentoo> |
commit: 7e853367323beac5a49c7c87f731ecb888a52cb0 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 14 13:54:54 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Aug 14 13:54:54 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=7e853367 new release 0.12.39 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 ddcaffa0c..fed9eb8de 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,7 +3,7 @@ Release Notes ============= ---------------------------- -pkgcore 0.12.39 (unreleased) +pkgcore 0.12.39 (2026-08-14) ---------------------------- Fixes diff --git a/src/pkgcore/__init__.py b/src/pkgcore/__init__.py index 0a65fd782..cd2af23bc 100644 --- a/src/pkgcore/__init__.py +++ b/src/pkgcore/__init__.py @@ -1,4 +1,4 @@ __title__ = "pkgcore" -__version__ = "0.12.39.dev0" -__version_info__ = (0, 12, 39, "dev0") +__version__ = "0.12.39" +__version_info__ = (0, 12, 39) __python_mininum_version__ = (3, 12, 0)