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:
parent
4ea2915ef7
commit
4ff59e2086
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: "Create GitHub release"
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9]+"
|
||||
- "v[0-9.]+"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 39
|
||||
Version: 40
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue