commit: 7b6e43ddd731d6d71b5c45ba4acb3e1c33e839fd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 3 16:44:07 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 3 16:44:07 2026 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=7b6e43dd
new release 0.10.39
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
NEWS.rst | 7 +++++++
src/pkgcheck/__init__.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS.rst b/NEWS.rst
index 7266ed23..5b12e13d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,13 @@
Release Notes
=============
+-----------------------------
+pkgcheck 0.10.39 (2026-01-03)
+-----------------------------
+
+- Dockerfile: use alpine as base image for an image with bash-5.3 (Arthur
+ Zamarin)
+
-----------------------------
pkgcheck 0.10.38 (2026-01-02)
-----------------------------
diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
index 301838af..40168b9e 100644
--- a/src/pkgcheck/__init__.py
+++ b/src/pkgcheck/__init__.py
@@ -4,4 +4,4 @@ from .results import Result
__all__ = ("scan", "PkgcheckException", "Result")
__title__ = "pkgcheck"
-__version__ = "0.10.38"
+__version__ = "0.10.39"