1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

release 1.0.0b5

This commit is contained in:
2023-02-09 15:04:54 +01:00
parent f25b503315
commit 16288a2972
3 changed files with 8 additions and 2 deletions

View File

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