This completes the development of osbuild version 20.
This commit is contained in:
Christian Kellner 2020-09-10 12:34:35 +02:00
parent f28753732c
commit 7f249afe07
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: 20
Version: 21
%forgemeta

View file

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