mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 01:16:14 +01:00
release 1.0.0b5
This commit is contained in:
parent
f25b503315
commit
16288a2972
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
1.0.0b5
|
||||||
|
- rq list: Fix a traceback when --type is not specified
|
||||||
|
- core.checkout_package(): Use pathlib.Path
|
||||||
|
- connection: Retry all, not just default allowed methods
|
||||||
|
- connection: Wait between retries
|
||||||
|
|
||||||
1.0.0b4
|
1.0.0b4
|
||||||
- Fix regressions to osc 0.x:
|
- Fix regressions to osc 0.x:
|
||||||
- mv: Fix traceback due to missing target file name
|
- mv: Fix traceback due to missing target file name
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.0.0~b4
|
Version: 1.0.0~b5
|
||||||
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.0.0~b4')
|
__version__ = git_version.get_version('1.0.0~b5')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
Reference in New Issue
Block a user