This completes the development of osbuild version 22.
This commit is contained in:
Christian Kellner 2020-10-08 12:57:18 +02:00
parent e268f33dae
commit c11459c626
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: 21
Version: 22
%forgemeta

View file

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