1
0
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:
Daniel Mach 2024-07-01 10:11:40 +02:00
parent 3a02c868da
commit 865913a65d
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

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

View File

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

View File

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