From bc7096ab8694a1a0abcf7bf536abee8ea8a6e5ac Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 14 Jun 2021 15:06:06 +0000 Subject: [PATCH] 29 This completes the development of osbuild version 29. --- osbuild.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osbuild.spec b/osbuild.spec index 7616f33e..6a451394 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 28 +Version: 29 %forgemeta diff --git a/setup.py b/setup.py index 5d763abd..2a750e29 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="osbuild", - version="28", + version="29", description="A build system for OS images", packages=["osbuild", "osbuild.formats", "osbuild.util"], license='Apache-2.0',