1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

release 1.0.0b2

This commit is contained in:
2022-09-09 09:28:39 +02:00
parent a11a2b5702
commit 1b9ed6bdbb
2 changed files with 59 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ __all__ = [
from .util import git_version
__version__ = git_version.get_version('1.0.0~b1')
__version__ = git_version.get_version('1.0.0~b2')
# vim: sw=4 et