This completes the development of osbuild version 27.
This commit is contained in:
Christian Kellner 2021-03-16 21:04:25 +00:00 committed by Tom Gundersen
parent 647ac51a5b
commit 5de2d3f96b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted
Version: 26
Version: 27
%forgemeta

View file

@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name="osbuild",
version="26",
version="27",
description="A build system for OS images",
packages=["osbuild", "osbuild.formats", "osbuild.util"],
license='Apache-2.0',