1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-05 20:58:42 +02:00

release 1.3.0

This commit is contained in:
2023-08-09 13:32:43 +02:00
parent 391abc26a0
commit 57a4cdc6a4
3 changed files with 24 additions and 2 deletions

View File

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