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