Release osbuild 35

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2021-08-29 20:00:35 +02:00
parent 3c565347a3
commit b081cf7f64
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted
Version: 34
Version: 35
%forgemeta

View file

@ -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',