1
0
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:
Adrian Schröter 2014-09-11 12:33:30 +02:00
parent bd82e236ee
commit ea092a7f23
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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

View File

@ -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