1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 10:06:17 +01:00

- prepare 0.150.0 release

This commit is contained in:
Adrian Schröter 2015-01-09 15:44:00 +01:00
parent 0d66a5b1dc
commit df9c28bba5
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -1,4 +1,5 @@
0.150
- support local builds using builenv (for same build environment as a former build)
- add "osc api --edit" option to be able to edit some meta files directly
- follow the request order of the api (sorting according to priorization)
- add mr --release-project option for kgraft updates

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.149git'
__version__ = '0.150'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration