From d26cffe585f2ced34f9cb89e3c9531987f33e9e9 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 13 Aug 2020 18:10:57 +0200 Subject: [PATCH] 20 This completes the development of osbuild version 20. --- osbuild.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osbuild.spec b/osbuild.spec index b32507eb..7134fec7 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 19 +Version: 20 %forgemeta diff --git a/setup.py b/setup.py index 855dac28..3d000c34 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="osbuild", - version="19", + version="20", description="A build system for OS images", packages=["osbuild", "osbuild.util"], license='Apache-2.0',