mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +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
|
- 1.4.2
|
||||||
- Command-line:
|
- Command-line:
|
||||||
- Change NoPBTextMeter to display no output at all
|
- Change NoPBTextMeter to display no output at all
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
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
|
# vim: sw=4 et
|
||||||
|
Loading…
Reference in New Issue
Block a user