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:
parent
e9837b08cc
commit
515db3dea0
8
NEWS
8
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user