aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-26 10:35:19 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-26 10:35:19 +0200
commit99b0d97368405f1dc847b04207338603e71b1342 (patch)
tree2cda56538627e2069f91e20f49bf77bbd21ba31c
parentrelease: drop ppc64le & s390x (diff)
downloadpkgcheck-99b0d97368405f1dc847b04207338603e71b1342.tar.gz
pkgcheck-99b0d97368405f1dc847b04207338603e71b1342.tar.bz2
pkgcheck-99b0d97368405f1dc847b04207338603e71b1342.zip
start work on 0.10.28
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--src/pkgcheck/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkgcheck/__init__.py b/src/pkgcheck/__init__.py
index 23aba96d..780bab4f 100644
--- a/src/pkgcheck/__init__.py
+++ b/src/pkgcheck/__init__.py
@@ -6,7 +6,7 @@ from .results import Result
__all__ = ("keywords", "scan", "PkgcheckException", "Result")
__title__ = "pkgcheck"
-__version__ = "0.10.27"
+__version__ = "0.10.28"
def __getattr__(name):