mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-25 22:36:13 +01:00
release 0.166.0
This commit is contained in:
parent
2f02db1621
commit
64a5969ca8
4
NEWS
4
NEWS
@ -13,6 +13,10 @@
|
||||
- various decoding improvements
|
||||
- Transfer the name of the input file to vc instead of the content
|
||||
(obs-build/vc will do the rest and open the file).
|
||||
- support appimage builds
|
||||
- new command browse. (opens a browser opening the project or package)
|
||||
- new option --incoming for osc rq and osc review to only show only
|
||||
incoming reqeusts for a project.
|
||||
|
||||
0.165.4
|
||||
- allow optional fork when creating a maintenance request
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.165.git'
|
||||
__version__ = '0.166.0'
|
||||
|
||||
# __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