Bump version numbers ahead of release

This is necessary for the new simplified release process and is done
ahead of time once for the upcoming release now.
After osbuild 40 this will be done by the GitHub composite action.
This commit is contained in:
Simon Steinbeiss 2021-10-15 17:26:08 +02:00 committed by Christian Kellner
parent 4ea2915ef7
commit 4ff59e2086
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: "Create GitHub release"
on:
push:
tags:
- "v[0-9]+"
- "v[0-9.]+"
jobs:
release:

View file

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

View file

@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name="osbuild",
version="39",
version="40",
description="A build system for OS images",
packages=["osbuild", "osbuild.formats", "osbuild.util"],
license='Apache-2.0',