1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 03:02:12 +01:00

release 0.166.1

This commit is contained in:
lethliel 2019-10-29 11:15:35 +01:00
parent 78b1e218c0
commit 992255b0df
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
0.166.1
- emergency fix for credentials handling:
* in case of an old passx entry in oscrc
osc did not work at all. Now we check in
the compat code if we have an passx entry.
0.166.0
- New password handling backend. Supported password stores:
* Plaintext password

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.166.0'
__version__ = '0.166.1'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration