1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

release 1.11.1

This commit is contained in:
2025-01-10 13:26:19 +01:00
parent f2b83ec7f6
commit 5d39e3c060
3 changed files with 8 additions and 2 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
- 1.11.1
- Command-line:
- Fix 'linkpac' command for projects with a project link
- Fix 'linkpac' command by always removing <scmsync> element from target meta
- Fix command descriptions in help by moving the import statements under docstring in the do_*() methods
- 1.11.0
- Command-line:
- Add hint how to deal with scmsync-nobranch scenarios

View File

@@ -51,7 +51,7 @@
%endif
Name: osc
Version: 1.11.0
Version: 1.11.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.11.0')
__version__ = git_version.get_version('1.11.1')
# vim: sw=4 et