1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-08 22:06:16 +01:00

release 1.8.2

This commit is contained in:
Daniel Mach 2024-07-02 13:54:34 +02:00
parent dcbfcb4b0f
commit fe3777414e
3 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
- 1.8.2
- Library:
- Change 'repairwc' command to fix missing .osc/_osclib_version
- Make error message in check_store_version() more generic to work for both projects and packages
- Fix check_store_version in project store
- 1.8.1
- Command-line:
- Fix 'linkpac' command crash when used with '--disable-build' or '--disable-publish' option

View File

@ -49,7 +49,7 @@
%endif
Name: osc
Version: 1.8.1
Version: 1.8.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.8.1')
__version__ = git_version.get_version('1.8.2')
# vim: sw=4 et