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

release 1.4.2

This commit is contained in:
Daniel Mach 2023-10-16 13:54:06 +02:00
parent bf0bbf3398
commit ee5a1c476c
3 changed files with 11 additions and 2 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
- 1.4.2
- Command-line:
- Change NoPBTextMeter to display no output at all
- Fix retrieving the configured user in 'user' command
- Configuration:
- Restore 'passx' host option that contains an obfuscated password
- Fix retrieving a password in case a function returns another callable
- Fix retrieving config values in core.vc_export_env()
- 1.4.1
- Configuration:
- Always display apiurl when asking for credentials

View File

@ -38,7 +38,7 @@
%endif
Name: osc
Version: 1.4.1
Version: 1.4.2
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.1')
__version__ = git_version.get_version('1.4.2')
# vim: sw=4 et