1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-24 17:16:12 +01:00

release 1.4.3

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

4
NEWS
View File

@ -1,3 +1,7 @@
- 1.4.3
- Configuration:
- Allow undefined fields in Options and HostOptions
- 1.4.2
- Command-line:
- Change NoPBTextMeter to display no output at all

View File

@ -38,7 +38,7 @@
%endif
Name: osc
Version: 1.4.2
Version: 1.4.3
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later

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