From b081cf7f649ec01c21b080c4500a9e846911d617 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 29 Aug 2021 20:00:35 +0200 Subject: [PATCH] 35 Release osbuild 35 Signed-off-by: Tom Gundersen --- NEWS.md | 7 +++++++ osbuild.spec | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 64fde2c2..28113dff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +## CHANGES WITH 35: + * Bug fix release. + +Contributions from: Christian Kellner + +— Oslo, 2021-08-29 + ## CHANGES WITH 34: * `stages/bootiso.mono`: support for aarch64 diff --git a/osbuild.spec b/osbuild.spec index 9c38ba85..821ddf49 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 34 +Version: 35 %forgemeta diff --git a/setup.py b/setup.py index 5ccbc769..9f76dfd7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="osbuild", - version="34", + version="35", description="A build system for OS images", packages=["osbuild", "osbuild.formats", "osbuild.util"], license='Apache-2.0',