mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-04 06:33:38 +02:00
release 1.8.3
This commit is contained in:
8
NEWS
8
NEWS
@@ -1,3 +1,11 @@
|
||||
- 1.8.3
|
||||
- Command-line:
|
||||
- Change 'repairwc' command to always run all repair steps
|
||||
- Library:
|
||||
- Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional
|
||||
- Fix colorize() to avoid wrapping empty string into color escape sequences
|
||||
- Provide default values for kwargs.get/pop in get_results() function
|
||||
|
||||
- 1.8.2
|
||||
- Library:
|
||||
- Change 'repairwc' command to fix missing .osc/_osclib_version
|
||||
|
@@ -49,7 +49,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.8.2
|
||||
Version: 1.8.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.8.2')
|
||||
__version__ = git_version.get_version('1.8.3')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Reference in New Issue
Block a user