1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 09:16:14 +01:00

- prepare 0.149 bugfix release

This commit is contained in:
Marcus Huewe 2014-10-21 11:02:30 +02:00
parent ca7ad96ec9
commit 4c4650f0e9
2 changed files with 5 additions and 2 deletions

5
NEWS
View File

@ -1,5 +1,8 @@
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
- support new history including review history of OBS 2.6

View File

@ -5,7 +5,7 @@
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" changes in an incompatible way. Please add any needed migration