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:
parent
62349a39f1
commit
ea7bebf1f2
4
NEWS
4
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user