mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-25 22:36:13 +01:00
release 1.8.1
This commit is contained in:
parent
3a02c868da
commit
865913a65d
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
- 1.8.1
|
||||
- Command-line:
|
||||
- Fix 'linkpac' command crash when used with '--disable-build' or '--disable-publish' option
|
||||
|
||||
- 1.8.0
|
||||
- Command-line:
|
||||
- Improve 'submitrequest' command to inherit description from superseded request
|
||||
|
@ -49,7 +49,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.8.0
|
||||
Version: 1.8.1
|
||||
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.0')
|
||||
__version__ = git_version.get_version('1.8.1')
|
||||
|
||||
|
||||
# vim: sw=4 et
|
||||
|
Loading…
Reference in New Issue
Block a user