1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 05:46:13 +01:00

release 0.180.0

This commit is contained in:
Daniel Mach 2022-06-24 15:23:04 +02:00
parent e9837b08cc
commit 515db3dea0
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
0.180.0
- warn when trying to commit a prj/pac managed in scm
- fix crash on "osc up" for git based package/projects
- don't traceback on invalid credentials manager
- improve README, rename it to README.md
- declare OscHTTPSignatureAuthHandler as a new-style class
- remove illegal character in comment
0.179.0
- signature (ssh key) authetication fixes (RSA key support, skip binary files)
- commandline: handle calls without arguments gracefully

View File

@ -7,7 +7,7 @@ from __future__ import print_function
from .util import git_version
__version__ = git_version.get_version('0.179.0')
__version__ = git_version.get_version('0.180.0')
# __store_version__ is to be incremented when the format of the working copy