1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

Open 0.175.0 development

This commit is contained in:
Marcus Huewe 2021-07-21 10:46:46 +02:00
parent dd2481da20
commit 3883ea4bcb
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
0.175.0
-
0.174.0
- fix password deletion via "osc config -d <apiurl> pass"
- support changing the password store via "osc config <apiurl>

View File

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