mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
release 0.166.1
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user