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

release 1.1.2

This commit is contained in:
2023-05-03 10:11:24 +02:00
parent aa5e0952e2
commit 32a3078d67
3 changed files with 20 additions and 2 deletions

View File

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