1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

release 1.4.3

This commit is contained in:
2023-10-19 15:02:47 +02:00
parent 62349a39f1
commit ea7bebf1f2
3 changed files with 6 additions and 2 deletions

View File

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