Skip to content

Commit

Permalink
35
Browse files Browse the repository at this point in the history
Release osbuild 35

Signed-off-by: Tom Gundersen <teg@jklm.no>
  • Loading branch information
teg committed Aug 29, 2021
1 parent 3c56534 commit b081cf7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion osbuild.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global forgeurl https://github.com/osbuild/osbuild
%global selinuxtype targeted

Version: 34
Version: 35

%forgemeta

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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',
Expand Down

0 comments on commit b081cf7

Please sign in to comment.