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

release 1.0.0

This commit is contained in:
2023-03-14 14:07:06 +01:00
parent 16367d5c85
commit 77517ce280
3 changed files with 76 additions and 1674 deletions

View File

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