mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 23:16:14 +01:00
- prepare 0.149 bugfix release
This commit is contained in:
parent
ca7ad96ec9
commit
4c4650f0e9
5
NEWS
5
NEWS
@ -1,5 +1,8 @@
|
|||||||
0.149
|
0.149
|
||||||
-
|
- removed "--diff" option from the "createrequest" command
|
||||||
|
- introduced new "vc-cmd" config option, which is used to specify the path
|
||||||
|
to the vc script
|
||||||
|
- various bugfixes
|
||||||
|
|
||||||
0.148
|
0.148
|
||||||
- support new history including review history of OBS 2.6
|
- support new history including review history of OBS 2.6
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__version__ = '0.148git'
|
__version__ = '0.149'
|
||||||
|
|
||||||
# __store_version__ is to be incremented when the format of the working copy
|
# __store_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
|
Loading…
Reference in New Issue
Block a user