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:
parent
0d66a5b1dc
commit
df9c28bba5
1
NEWS
1
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user