1
0
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:
Daniel Mach 2023-11-02 15:50:33 +01:00
parent 752e0b89cc
commit 7781367b1e
3 changed files with 11 additions and 2 deletions

9
NEWS
View File

@ -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

View File

@ -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

View File

@ -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