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:
parent
78b1e218c0
commit
992255b0df
6
NEWS
6
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user