1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

release 0.165.4

This commit is contained in:
lethliel 2019-08-05 08:45:32 +02:00
parent 63c103770a
commit 5994326451
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@ -1,5 +1,9 @@
0.166.0
0.165.4
- allow optional fork when creating a maintenance request
- fix RPMError fallback
- fix local caching for all package formats
- fix appname for trusted cert store
- osc -h does not break anymore when using plugins
0.165.3
- switch to difflib.diff_bytes and sys.stdout.buffer.write for diffing.

View File

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