12
This completes the development of osbuild version 12.
This commit is contained in:
parent
6377d328c6
commit
f036c10759
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
|
||||
Version: 11
|
||||
Version: 12
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="11",
|
||||
version="12",
|
||||
description="A build system for OS images",
|
||||
packages=["osbuild"],
|
||||
license='Apache-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue