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:
parent
63c103770a
commit
5994326451
6
NEWS
6
NEWS
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user