This completes the development of osbuild version 12.
This commit is contained in:
Christian Kellner 2020-04-15 20:19:36 +02:00
parent 6377d328c6
commit f036c10759
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
%global forgeurl https://github.com/osbuild/osbuild
Version: 11
Version: 12
%forgemeta

View file

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