mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 13:31:48 +01:00
release 1.4.4
This commit is contained in:
parent
752e0b89cc
commit
7781367b1e
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
- 1.4.4
|
||||
- Command-line:
|
||||
- Fix autocompletion for new locations
|
||||
- Configuration:
|
||||
- Fix apiurl_aliases handling in OscOptions.__getitem__
|
||||
- Fix crash when there's no [general]/apiurl option in the config file
|
||||
- Spec:
|
||||
- Install bash completion with .bash suffix rather than .sh
|
||||
|
||||
- 1.4.3
|
||||
- Configuration:
|
||||
- Allow undefined fields in Options and HostOptions
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.4.3
|
||||
Version: 1.4.4
|
||||
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.3')
|
||||
__version__ = git_version.get_version('1.4.4')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Loading…
Reference in New Issue
Block a user