From afafd46393e1c106e79c2412dbb5c4e45a05eda8 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 23 Oct 2020 10:33:45 +0200 Subject: [PATCH] 23 This completes the development of osbuild version 23. --- osbuild.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osbuild.spec b/osbuild.spec index e2070d75..dc574562 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 22 +Version: 23 %forgemeta diff --git a/setup.py b/setup.py index f1404e4d..c39dd713 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="osbuild", - version="22", + version="23", description="A build system for OS images", packages=["osbuild", "osbuild.util"], license='Apache-2.0',