mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
- roll 0.148 release for new request history support
This commit is contained in:
parent
bd82e236ee
commit
ea092a7f23
1
NEWS
1
NEWS
@ -3,6 +3,7 @@
|
||||
- display request priorities, if important or critical
|
||||
- add "osc rq priorize" command to re-priorize existing requests
|
||||
- allow also "osc rq ls" shortcut
|
||||
- fish shell completion support
|
||||
|
||||
0.147
|
||||
- support groups in maintainership requests
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.147git'
|
||||
__version__ = '0.148'
|
||||
|
||||
# __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